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();