From 9ca75290d4b0c687f4fb8a2a34bc4cdd553cedf8 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Wed, 24 Jan 2001 02:29:05 +0000 Subject: [PATCH] nothing actually uses these db variables --- configuration.inc-dist | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configuration.inc-dist b/configuration.inc-dist index 407d1e83e..736393890 100644 --- a/configuration.inc-dist +++ b/configuration.inc-dist @@ -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"; ?>