summaryrefslogtreecommitdiffstats
path: root/chat/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'chat/index.php')
-rw-r--r--chat/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/chat/index.php b/chat/index.php
index 05cce57..26e50ca 100644
--- a/chat/index.php
+++ b/chat/index.php
@@ -9,7 +9,7 @@
*/
// Suppress errors:
-error_reporting(0);
+ini_set('display_errors', 0);
// Path to the chat directory:
define('AJAX_CHAT_PATH', dirname($_SERVER['SCRIPT_FILENAME']).'/');