summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2010-09-21 20:34:30 -0700
committerArun Persaud <arun@nubati.net>2010-09-21 20:34:30 -0700
commit21f25368b52c73be131cf3ad2d0cb7d1a567eb2a (patch)
tree951d528593d1c6a797633d8d98b5ce59acc32317 /index.php
parentbbd5682c50f3bba8b7eb199392eaf0e0c0ff7c19 (diff)
parentf94dd2d6d58f37306d1da0f6bb12f5276883cd6b (diff)
downloade-DoKo-21f25368b52c73be131cf3ad2d0cb7d1a567eb2a.tar.gz
e-DoKo-21f25368b52c73be131cf3ad2d0cb7d1a567eb2a.tar.bz2
e-DoKo-21f25368b52c73be131cf3ad2d0cb7d1a567eb2a.zip
Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php
index 61b0e3f..691e113 100644
--- a/index.php
+++ b/index.php
@@ -120,6 +120,9 @@ switch($action)
case 'game':
require './include/game.php';
break;
+ case 'about':
+ require './include/about.php';
+ break;
case 'stats':
if(isset($_SESSION["name"]))
require './include/stats.php';