diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-24 03:07:21 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-24 03:07:21 -0600 |
commit | 555cb086402521801ef1a3bfa893c3a9aa734715 (patch) | |
tree | 93edcf7428124bdd02146ddf3b4f9a894b5ae35d /ajax_chat.php | |
parent | b6dc90e3f658a8201424aafec8e304c74d981022 (diff) | |
parent | 5758770c5c0733383858463b2b33cadcc03b6f2f (diff) | |
download | pathery-555cb086402521801ef1a3bfa893c3a9aa734715.tar.xz |
Merge branch 'master' of git.raylu.net:pathery
Conflicts:
db updates.sql
Diffstat (limited to 'ajax_chat.php')
-rw-r--r-- | ajax_chat.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ajax_chat.php b/ajax_chat.php index 04a6fd4..2b6d909 100644 --- a/ajax_chat.php +++ b/ajax_chat.php @@ -1,5 +1,7 @@ <?
session_start();
+session_write_close();
+//Just doing this as evidence that $_SESSION as read-only is still available.
$userID = $_SESSION['userID'];
include('includes/chats.php');
|