From cb9620d7917cc7fa4aeee54b21d32593a50b081c Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Tue, 15 Jan 2013 01:21:52 -0800 Subject: The scary chat-app in working form! --- index.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'index.php') 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) -- cgit v1.2.3