summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2012-10-11 23:27:37 -0700
committerPatrick Davison <snapwilliam@gmail.com>2012-10-11 23:27:37 -0700
commit77eb9c05f30d39439635f2274d102e1b3cc7aa87 (patch)
tree5dc6a362895e1c3323dc481b0a41ebeee19a918b /index.php
parentbc456f1ef6a74a74e821304df1a08a5aeb341f7a (diff)
parent6b490faf136fedaee9759a1b6164a90dcdb0f408 (diff)
downloadpathery-77eb9c05f30d39439635f2274d102e1b3cc7aa87.tar.xz
Merge branch 'HEAD' of ssh://git@git.raylu.net/pathery
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: