From 0e30ef10f634861d26f6af317df134d35edd2424 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 26 Apr 2003 18:40:12 +0000 Subject: [PATCH] updated location of config.inc --- lam/tests/conf-test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/tests/conf-test.php b/lam/tests/conf-test.php index b4eff876..d7f75f53 100644 --- a/lam/tests/conf-test.php +++ b/lam/tests/conf-test.php @@ -23,7 +23,7 @@ $Id$ if they were written. At last the old values are restored. */ -include ("../config/config.php"); +include ("../lib/config.inc"); $conf = new Config(); echo (" Current Config

"); $conf->printconf();