diff options
author | xgizzmo <xgizzmo@ampache> | 2006-07-24 22:18:09 +0000 |
---|---|---|
committer | xgizzmo <xgizzmo@ampache> | 2006-07-24 22:18:09 +0000 |
commit | 90c965631e5689052305851b53277a7af01fa668 (patch) | |
tree | 8a370033a67a7a51b43c503d0dea9f7640026460 /test.php | |
parent | 5204485094d0f9dd7cbb5156cf402c86fcbb7ceb (diff) | |
download | ampache-90c965631e5689052305851b53277a7af01fa668.tar.gz ampache-90c965631e5689052305851b53277a7af01fa668.tar.bz2 ampache-90c965631e5689052305851b53277a7af01fa668.zip |
Fix for bug 473 thanks pb1dft
Diffstat (limited to 'test.php')
-rw-r--r-- | test.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -29,8 +29,12 @@ $configfile = "$prefix/config/ampache.cfg.php"; require_once($prefix . "/lib/general.lib.php"); require_once($prefix . "/lib/ui.lib.php"); +require_once($prefix . "/lib/class/error.class.php"); +$error = new error(); require_once($prefix . "/lib/debug.php"); + + switch ($_REQUEST['action']) { case 'verify_config': |