summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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