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 31c497a..d1d2926 100644
--- a/index.php
+++ b/index.php
@@ -57,6 +57,9 @@ switch($action)
require './include/login.php';
require './include/user.php';
break;
+ case 'register':
+ require './include/register.php';
+ break;
case 'game':
require './include/game.php';
break;