summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/test.php b/test.php
index d7949515..080b2d10 100644
--- a/test.php
+++ b/test.php
@@ -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':