summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2010-04-26 23:13:32 -0700
committerArun Persaud <arun@nubati.net>2010-04-26 23:13:32 -0700
commitc7d334c4782dd4bc07e5bda8bb364d62e5537d1e (patch)
treee75d6e8d953f0c54ece53898d4b30e121069067f /index.php
parentb20732f2e6ce7e33eeb818e257bb14eb01253a5f (diff)
downloade-DoKo-c7d334c4782dd4bc07e5bda8bb364d62e5537d1e.tar.gz
e-DoKo-c7d334c4782dd4bc07e5bda8bb364d62e5537d1e.tar.bz2
e-DoKo-c7d334c4782dd4bc07e5bda8bb364d62e5537d1e.zip
Added about page
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';