From e90a8d192446fce277dc3efe4f2913d5fecca0dc Mon Sep 17 00:00:00 2001 From: Snap Date: Tue, 28 Apr 2015 15:53:05 -0700 Subject: Chat improvements. Fixed "&P" or ";P" bug. Reduced size of chat-request size considerably with use of header_remove(); --- ajax/chat.ajax.php | 1 + 1 file changed, 1 insertion(+) (limited to 'ajax/chat.ajax.php') diff --git a/ajax/chat.ajax.php b/ajax/chat.ajax.php index 576ab39..2ffa878 100644 --- a/ajax/chat.ajax.php +++ b/ajax/chat.ajax.php @@ -6,6 +6,7 @@ session_start(); // exit; // } +header_remove(); //ini_set('display_errors',1); //ini_set('display_startup_errors',1); -- cgit v1.2.3