1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

nothing actually uses these db variables

This commit is contained in:
jim winstead
2001-01-24 02:29:05 +00:00
parent 82d98b199c
commit 9ca75290d4

View File

@@ -3,11 +3,6 @@
$root_url = "/";
$base_url = ereg_replace("[^/]*\$","",$PHP_SELF);
$dbname = "php3";
$dbhost="localhost";
$dbuser="nobody";
$dbpwd="";
# see Mirrors-htdig.tgz
$htsearch_prog="/local/htdig/bin/htphp.sh";
?>