updated location of config.inc
This commit is contained in:
parent
f2368fccd0
commit
0e30ef10f6
|
@ -23,7 +23,7 @@ $Id$
|
||||||
if they were written. At last the old values are restored.
|
if they were written. At last the old values are restored.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
include ("../config/config.php");
|
include ("../lib/config.inc");
|
||||||
$conf = new Config();
|
$conf = new Config();
|
||||||
echo ("<b> Current Config</b><br><br>");
|
echo ("<b> Current Config</b><br><br>");
|
||||||
$conf->printconf();
|
$conf->printconf();
|
||||||
|
|
Loading…
Reference in New Issue