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 77a2c5b..76bbc29 100644
--- a/index.php
+++ b/index.php
@@ -62,6 +62,9 @@ switch($action)
case 'register':
require './include/register.php';
break;
+ case 'prefs':
+ require './include/preferences.php';
+ break;
case 'game':
require './include/game.php';
break;