diff options
author | Snap <snapwilliam@gmail.com> | 2015-04-28 15:53:05 -0700 |
---|---|---|
committer | Snap <snapwilliam@gmail.com> | 2015-04-28 15:53:05 -0700 |
commit | e90a8d192446fce277dc3efe4f2913d5fecca0dc (patch) | |
tree | f091064290aa73a2b54ec83262b09725f74d7ff8 /ajax | |
parent | 79d3c716e38084beab01d34a5f49a5aee7e72526 (diff) | |
download | pathery-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.php | 1 |
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);
|