summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-08-31 06:28:16 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-08-31 06:28:16 +0000
commit3435cfa2bfc3f35ed540fbf766a9cb4869726b46 (patch)
tree16b34f6f15c1d920f8c6d323fbc46241c8390af5
parent12a6c9adddc3ad232452275c2721cd370e9d76ca (diff)
downloadampache-3435cfa2bfc3f35ed540fbf766a9cb4869726b46.tar.gz
ampache-3435cfa2bfc3f35ed540fbf766a9cb4869726b46.tar.bz2
ampache-3435cfa2bfc3f35ed540fbf766a9cb4869726b46.zip
fix wrong prefix
-rw-r--r--test.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/test.php b/test.php
index a47a8cfa..c9838383 100644
--- a/test.php
+++ b/test.php
@@ -41,8 +41,6 @@ Dba::_auto_init();
switch ($_REQUEST['action']) {
case 'config':
- $ampache_path = dirname(__FILE__);
- $prefix = realpath($ampache_path . "/../");
$configfile = "$prefix/config/ampache.cfg.php";
// On every load of the config file check and see if it's working now