diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-03-14 21:55:18 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2003-03-14 21:55:18 +0000 |
commit | 53e3f22a12b7c3b2d867fd40a070661a1aad9797 (patch) | |
tree | a830a5fc41fb261b0d8ad3321733885d97c5bbf4 /htdocs/upload | |
parent | 7ee6b629e6ff8d2ce7619523b13ed0adbec22149 (diff) |
switched site over to PHP; make menu, quote, webring, and lastmodified include files
svn path=/trunk/; revision=470
Diffstat (limited to 'htdocs/upload')
-rwxr-xr-x | htdocs/upload | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htdocs/upload b/htdocs/upload index d7a14bb7..fdd25845 100755 --- a/htdocs/upload +++ b/htdocs/upload @@ -1,7 +1,7 @@ #!/bin/sh -FILES="*.html *.css" +FILES="*.css *.php *.inc" NAME=`cat CVS/Root | sed y/:/" "/ | sed y/@/" "/ | awk '{print $2}'` |