diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-31 06:28:16 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-08-31 06:28:16 +0000 |
commit | 3435cfa2bfc3f35ed540fbf766a9cb4869726b46 (patch) | |
tree | 16b34f6f15c1d920f8c6d323fbc46241c8390af5 /test.php | |
parent | 12a6c9adddc3ad232452275c2721cd370e9d76ca (diff) | |
download | ampache-3435cfa2bfc3f35ed540fbf766a9cb4869726b46.tar.gz ampache-3435cfa2bfc3f35ed540fbf766a9cb4869726b46.tar.bz2 ampache-3435cfa2bfc3f35ed540fbf766a9cb4869726b46.zip |
fix wrong prefix
Diffstat (limited to 'test.php')
-rw-r--r-- | test.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |