updated location of config.inc

This commit is contained in:
Roland Gruber 2003-04-26 18:40:12 +00:00
parent f2368fccd0
commit 0e30ef10f6
1 changed files with 1 additions and 1 deletions

View File

@ -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 ("<b> Current Config</b><br><br>");
$conf->printconf();