]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- don't disable error_reporting (errors are good)
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 23 Feb 2005 15:01:59 +0000 (15:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-config.php -> 1.4

eventum-config.php

index 5a6fec6b7cba6b4c911f61428affd06f690fbea1..35a613f32a72688631f135d64db1a8f347f3fac2 100755 (executable)
@@ -10,7 +10,6 @@
 
 ini_set('allow_url_fopen', 0);
 ini_set("display_errors", 0);
-error_reporting(0);
 set_time_limit(0);
 // prevent session from messing up the browser cache
 ini_set('session.cache_limiter', 'nocache');
This page took 0.042184 seconds and 4 git commands to generate.