From 7db588f7da78af36dc8d520f9ad4010ebb3f1a81 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 20 Feb 2006 10:11:24 +0000 Subject: tweaked some debug stuff and the error handler --- modules/init.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules') 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; } -- cgit