diff --git a/data/cgi/search.cgi b/data/cgi/search.cgi index 9c87feb744..0b4fc626d5 100755 --- a/data/cgi/search.cgi +++ b/data/cgi/search.cgi @@ -10,7 +10,7 @@ # # Format the mail messages a little nicer. # Add code to check database status before searching. -# John Fieber , Aug 1996 +# John Fieber , Aug 1996 # # Disclaimer: # This is pretty ugly in places. @@ -18,7 +18,7 @@ $server_root = '/usr/local/www'; $waisq = "/usr/local/www/bin/waisq"; -$sourcepath = "/f/jfieber/index"; +$sourcepath = "$server_root/db/index"; $hints = "/searchhints.html"; $myurl = $ENV{'SCRIPT_NAME'}; diff --git a/en/cgi/search.cgi b/en/cgi/search.cgi index 9c87feb744..0b4fc626d5 100755 --- a/en/cgi/search.cgi +++ b/en/cgi/search.cgi @@ -10,7 +10,7 @@ # # Format the mail messages a little nicer. # Add code to check database status before searching. -# John Fieber , Aug 1996 +# John Fieber , Aug 1996 # # Disclaimer: # This is pretty ugly in places. @@ -18,7 +18,7 @@ $server_root = '/usr/local/www'; $waisq = "/usr/local/www/bin/waisq"; -$sourcepath = "/f/jfieber/index"; +$sourcepath = "$server_root/db/index"; $hints = "/searchhints.html"; $myurl = $ENV{'SCRIPT_NAME'};