Wais databases now live (actually or symbolically) in /usr/local/www/db

This commit is contained in:
John Fieber 1996-12-10 18:25:19 +00:00
parent 3910104ce9
commit 2606a52cc6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=786
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
#
# Format the mail messages a little nicer.
# Add code to check database status before searching.
# John Fieber <jfieber@indiana.eud>, Aug 1996
# John Fieber <jfieber@indiana.edu>, 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'};