]> git.p6c8.net - jirafeau.git/blobdiff - script.php
Remove errors when occurs
[jirafeau.git] / script.php
index 1d420b60dd126521941fd0846ea14706e1a7d1c7..b6fa71f273e3eb0c4b9936a7553d00111c887a50 100755 (executable)
@@ -36,7 +36,9 @@ require (JIRAFEAU_ROOT . 'lib/lang.php');
 /* Operations may take a long time.\r
  * Be sure PHP's safe mode is off.\r
  */\r
- set_time_limit(0);\r
+@set_time_limit(0);\r
+/* Remove errors. */\r
+@error_reporting(0);\r
 \r
 if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0)\r
 {\r

patrick-canterino.de