summaryrefslogtreecommitdiffstats
path: root/ajax
diff options
context:
space:
mode:
authorSnap <snapwilliam@gmail.com>2015-04-28 15:53:05 -0700
committerSnap <snapwilliam@gmail.com>2015-04-28 15:53:05 -0700
commite90a8d192446fce277dc3efe4f2913d5fecca0dc (patch)
treef091064290aa73a2b54ec83262b09725f74d7ff8 /ajax
parent79d3c716e38084beab01d34a5f49a5aee7e72526 (diff)
downloadpathery-e90a8d192446fce277dc3efe4f2913d5fecca0dc.tar.xz
Chat improvements.
Fixed "&P" or ";P" bug. Reduced size of chat-request size considerably with use of header_remove();
Diffstat (limited to 'ajax')
-rw-r--r--ajax/chat.ajax.php1
1 files changed, 1 insertions, 0 deletions
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);