From 4fc2c543112c4734b71272b1e4a1392406d63455 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 26 Apr 2008 13:16:24 -0700 Subject: CLEANUP: moved register.php to the include directory new users are now also automatically logged in. Signed-off-by: Arun Persaud --- index.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'index.php') 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; -- cgit v1.2.3-18-g5258