Support for PHP >= 3
authorJoey Schulze <joey@infodrom.org>
Wed, 10 Jan 2007 17:15:10 +0000 (17:15 +0000)
committerJoey Schulze <joey@infodrom.org>
Wed, 10 Jan 2007 17:15:10 +0000 (17:15 +0000)
Makefile
src/search.html.de.wml
src/search.html.en.wml

index affc5a7..fb17203 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,7 @@ install: fix
        test -d $(DEST) || mkdir -p $(DEST)
        rsync -lptr $(FILES) src/ $(DEST)/
        rsync src/index.php /var/www/lists.infodrom.org/index.php
+       rsync src/search.php3 /var/www/lists.infodrom.org/search.php
        rsync src/stats/*.php /var/www/lists.infodrom.org/stats/
 
 #      cd src && for f in *.html; do cp $$f $(DEST)/$$f; done
index d950308..512ac75 100644 (file)
@@ -16,7 +16,7 @@
 </a></center>
 
 <center>
-<form method=post action=search.php3>
+<form method=post action=search.php>
 
 <input type=hidden name=site value=www.google.de>
 <input name=keyword size=40 maxlength=100>
index 4f7e7d3..559c59f 100644 (file)
@@ -16,7 +16,7 @@
 </a></center>
 
 <center>
-<form method=post action=search.php3>
+<form method=post action=search.php>
 
 <input type=hidden name=site value=www.google.com>
 <input name=keyword size=40 maxlength=100>