diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-02-20 10:11:24 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-02-20 10:11:24 +0000 |
commit | 7db588f7da78af36dc8d520f9ad4010ebb3f1a81 (patch) | |
tree | 60a17e174190d28d8b8145a2f3b9210327c02b73 /modules | |
parent | 88259f55a3b7ae564acf8ba89e4c4420852b17c7 (diff) | |
download | ampache-7db588f7da78af36dc8d520f9ad4010ebb3f1a81.tar.gz ampache-7db588f7da78af36dc8d520f9ad4010ebb3f1a81.tar.bz2 ampache-7db588f7da78af36dc8d520f9ad4010ebb3f1a81.zip |
tweaked some debug stuff and the error handler
Diffstat (limited to 'modules')
-rw-r--r-- | modules/init.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/init.php b/modules/init.php index b4ccffa9..f361a7fd 100644 --- a/modules/init.php +++ b/modules/init.php @@ -100,9 +100,6 @@ if (!$results['http_port']) { if (!$results['site_charset']) { $results['site_charset'] = "iso-8859-1"; } -if (!$results['log_path']) { - $results['log_path'] = '/tmp'; -} if (!$results['ellipse_threshold_album']) { $results['ellipse_threshold_album'] = 27; } |