summaryrefslogtreecommitdiffstats
path: root/admin/system.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-05 20:59:45 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-05 20:59:45 +0000
commitad3d2363c4c20d6b5049c8db92d08786650bd2ae (patch)
treeb72355de5d27c9560d22947efd2d43c77c3e7b9e /admin/system.php
parentaef507d64420f2c82359d5219e83e3e0671522b7 (diff)
downloadampache-ad3d2363c4c20d6b5049c8db92d08786650bd2ae.tar.gz
ampache-ad3d2363c4c20d6b5049c8db92d08786650bd2ae.tar.bz2
ampache-ad3d2363c4c20d6b5049c8db92d08786650bd2ae.zip
year another bump on openstrands, removed redundent files, fixed bug with config gen and started work on playlists
Diffstat (limited to 'admin/system.php')
-rw-r--r--admin/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/system.php b/admin/system.php
index dab8ba3e..7566801e 100644
--- a/admin/system.php
+++ b/admin/system.php
@@ -39,7 +39,7 @@ switch ($_REQUEST['action']) {
$current = parse_ini_file(Config::get('prefix') . '/config/ampache.cfg.php');
$final = generate_config($current);
$browser = new Browser();
- $browser->downloadHeaders('ampache.cfg.php','text/plain',false,filesize('config/ampache.cfg.php.dist'));
+ $browser->downloadHeaders('ampache.cfg.php','text/plain',false,filesize(Config::get('prefix') . '/config/ampache.cfg.php.dist'));
echo $final;
break;