summaryrefslogtreecommitdiffstats
path: root/ajax_chat.php
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-01-24 03:07:21 -0600
committerBlueRaja <BlueRaja.admin@gmail.com>2013-01-24 03:07:21 -0600
commit555cb086402521801ef1a3bfa893c3a9aa734715 (patch)
tree93edcf7428124bdd02146ddf3b4f9a894b5ae35d /ajax_chat.php
parentb6dc90e3f658a8201424aafec8e304c74d981022 (diff)
parent5758770c5c0733383858463b2b33cadcc03b6f2f (diff)
downloadpathery-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.php2
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');