summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
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)