diff options
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; } |