summaryrefslogtreecommitdiffstats
path: root/test.php
diff options
context:
space:
mode:
Diffstat (limited to 'test.php')
-rw-r--r--test.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.php b/test.php
index 7607b258..69252751 100644
--- a/test.php
+++ b/test.php
@@ -24,8 +24,8 @@ $prefix = dirname(__FILE__);
$configfile = "$prefix/config/ampache.cfg.php";
-require_once($prefix . "/lib/general.php");
-require_once($prefix . "/lib/ui.php");
+require_once($prefix . "/lib/general.lib.php");
+require_once($prefix . "/lib/ui.lib.php");
require_once($prefix . "/lib/debug.php");
switch ($_REQUEST['action']) {