summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-01-27 03:24:41 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-01-27 03:24:41 -0800
commit4cee17dab4a1d4902c3fad250575db363ec6f478 (patch)
tree5ef17f0ae1f2dea8e811fbbd872b511899253ae1
parentfefa99bd448312e13e840f47ef8ce4dfd1645211 (diff)
downloadpathery-4cee17dab4a1d4902c3fad250575db363ec6f478.tar.xz
ajax chat moved. loading.gif added - not sure if we'll use it.
-rw-r--r--ajax/chat.ajax.php (renamed from ajax_chat.php)2
-rw-r--r--images/loading.gifbin0 -> 2608 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/ajax_chat.php b/ajax/chat.ajax.php
index 2b6d909..3ca15c6 100644
--- a/ajax_chat.php
+++ b/ajax/chat.ajax.php
@@ -4,7 +4,7 @@ session_write_close();
//Just doing this as evidence that $_SESSION as read-only is still available.
$userID = $_SESSION['userID'];
-include('includes/chats.php');
+require('../includes/chats.php');
$sent = false;
diff --git a/images/loading.gif b/images/loading.gif
new file mode 100644
index 0000000..a35b9f0
--- /dev/null
+++ b/images/loading.gif
Binary files differ