summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-04-26 13:16:24 -0700
committerArun Persaud <arun@nubati.net>2008-04-26 13:16:24 -0700
commit4fc2c543112c4734b71272b1e4a1392406d63455 (patch)
tree4823567aded6dd95726db197e006086e08c0b5ad /index.php
parent924f395a39eeccbcd54d540613e440cbedd6ba3d (diff)
downloade-DoKo-4fc2c543112c4734b71272b1e4a1392406d63455.tar.gz
e-DoKo-4fc2c543112c4734b71272b1e4a1392406d63455.tar.bz2
e-DoKo-4fc2c543112c4734b71272b1e4a1392406d63455.zip
CLEANUP: moved register.php to the include directory
new users are now also automatically logged in. 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 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;