]> git.p6c8.net - jirafeau.git/blobdiff - f.php
[TASK] centralize error reporting config
[jirafeau.git] / f.php
diff --git a/f.php b/f.php
index 8f7aa37d48765060b406307cd9ae6ecdecd64105..f6fe6fd997b3f0e307db5743be5bee8da4753cb2 100644 (file)
--- a/f.php
+++ b/f.php
@@ -32,8 +32,6 @@ if (!isset($_GET['h']) || empty($_GET['h'])) {
  * Be sure PHP's safe mode is off.
  */
 @set_time_limit(0);
-/* Remove errors. */
-@error_reporting(0);
 
 $link_name = $_GET['h'];
 

patrick-canterino.de