]> andersk Git - sql-web.git/blobdiff - mitsql.cfg.php
errors should always get detected
[sql-web.git] / mitsql.cfg.php
index 587f482e39f3509a0588203d2bb89eb12ca55451..ddac11928afedcf558350c2d88fc78032d48e5d6 100755 (executable)
@@ -38,7 +38,7 @@ set_time_limit(0);
 ignore_user_abort(1);
 import_request_variables('cgp', 'i_');
 DEVEL && ini_set('display_errors', 1);
-DEVEL && error_reporting(E_ALL);
+error_reporting(E_ALL);
 set_include_path(get_include_path() . PATH_SEPARATOR . $BASE_PATH . 'lib/' . PATH_SEPARATOR . $BASE_PATH);
 
 require_once('defaults.cfg.php');
This page took 0.13939 seconds and 4 git commands to generate.