X-Git-Url: https://git.p6c8.net/jirafeau.git/blobdiff_plain/7caac04de6d9c68609ad357913a233ca53dc9a17..a20a3a2f4cc0b2bc69e2c9548356920aef2e68d3:/script.php diff --git a/script.php b/script.php index cd7cec6..3f7d2f7 100644 --- a/script.php +++ b/script.php @@ -32,8 +32,6 @@ require(JIRAFEAU_ROOT . 'lib/lang.php'); * Be sure PHP's safe mode is off. */ @set_time_limit(0); -/* Remove errors. */ -@error_reporting(0); if ($_SERVER['REQUEST_METHOD'] == "GET" && count($_GET) == 0) { require(JIRAFEAU_ROOT . 'lib/template/header.php');