summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-01-15 01:21:52 -0800
committerPatrick Davison <snapwilliam@gmail.com>2013-01-15 01:21:52 -0800
commitcb9620d7917cc7fa4aeee54b21d32593a50b081c (patch)
tree4ec55535f6c44b777da9b4fd5cc48016e7df39a3 /index.php
parent59fc439d341900d99c00a31ff1653b274ba2a037 (diff)
downloadpathery-cb9620d7917cc7fa4aeee54b21d32593a50b081c.tar.xz
The scary chat-app in working form!
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.php b/index.php
index 88172e3..6117d9f 100644
--- a/index.php
+++ b/index.php
@@ -173,6 +173,10 @@ switch ($request) {
require 'pages/challengelist.php';
break;
+ case "chat":
+ require 'pages/chat.php';
+ break;
+
case "admin":
if ($_SESSION['isAdmin'] == true)