summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-05-10 12:15:35 -0700
committerArun Persaud <arun@nubati.net>2008-05-10 12:35:20 -0700
commit880dfb2e715a3770de56fb525f5c90d28a6ccb4c (patch)
treea96db91d27a2a6e9202902d11a72462192187fca /index.php
parent9239ba22c382383cd258ad3f36b2bc0dc99664b2 (diff)
downloade-DoKo-880dfb2e715a3770de56fb525f5c90d28a6ccb4c.tar.gz
e-DoKo-880dfb2e715a3770de56fb525f5c90d28a6ccb4c.tar.bz2
e-DoKo-880dfb2e715a3770de56fb525f5c90d28a6ccb4c.zip
NEW FEATURE: new settings page, user can now change timezone
rewrote the settings page, timezone can now be changed, the user menu shows up on the left on the pref page. Added a link to the pref-page in the left menu. Signed-off-by: Arun Persaud <arun@nubati.net>
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;