summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
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';