diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-01-15 01:21:52 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-01-15 01:21:52 -0800 |
commit | cb9620d7917cc7fa4aeee54b21d32593a50b081c (patch) | |
tree | 4ec55535f6c44b777da9b4fd5cc48016e7df39a3 /index.php | |
parent | 59fc439d341900d99c00a31ff1653b274ba2a037 (diff) | |
download | pathery-cb9620d7917cc7fa4aeee54b21d32593a50b081c.tar.xz |
The scary chat-app in working form!
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -173,6 +173,10 @@ switch ($request) { require 'pages/challengelist.php';
break;
+ case "chat":
+ require 'pages/chat.php';
+ break;
+
case "admin":
if ($_SESSION['isAdmin'] == true)
|