summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2012-10-01 14:50:10 -0500
committerBlueRaja <BlueRaja.admin@gmail.com>2012-10-01 14:50:10 -0500
commit7a60127a4b17e74860a80a62cdfc53ca37cbff19 (patch)
treeb305eae77397d71dc1f3dd6c6519f5a261887fa2 /index.php
parent526f8dc4b3ce81b5589d2f8a9bdcfab14151dfaf (diff)
downloadpathery-7a60127a4b17e74860a80a62cdfc53ca37cbff19.tar.xz
Added a challenge-listing page, and skeleton code for the listing itself
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 2046aa7..c1491e5 100644
--- a/index.php
+++ b/index.php
@@ -130,6 +130,10 @@ switch ($request) {
require 'pages/challenge.php';
break;
+ case "challengelist":
+ require 'pages/challengelist.php';
+ break;
+
case "home":
//No break here
Default: