diff options
author | Arun Persaud <arun@nubati.net> | 2010-02-04 22:23:38 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2010-02-04 22:23:38 -0800 |
commit | f2217bfa18ba8a8ab17dd188b38777460ae0590d (patch) | |
tree | 141fa327006ab683b01bfe6b0d1b61ca11b322e9 /index.php | |
parent | 2070b0fcc3a069ff88267b740317cca7363c4bb0 (diff) | |
parent | b76cddb9313d8a67e5d7e1830503b5775666238f (diff) | |
download | e-DoKo-f2217bfa18ba8a8ab17dd188b38777460ae0590d.tar.gz e-DoKo-f2217bfa18ba8a8ab17dd188b38777460ae0590d.tar.bz2 e-DoKo-f2217bfa18ba8a8ab17dd188b38777460ae0590d.zip |
Merge branch 'master' of /home/arun/nubati.net/git/e-DoKo
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ error_reporting(E_ALL); /* start a session, if it is not already running. - * This way people don't have to log in all the times. + * This way people don't have to log in all the times. * The session variables can also be read out from different * php scripts, so that the code can be easily split up across several files */ @@ -50,11 +50,11 @@ switch($action) require './include/reminder.php'; break; case 'logout': - require './include/logout.php'; + require './include/logout.php'; require './include/welcome.php'; break; case 'login': - require './include/login.php'; + require './include/login.php'; require './include/user.php'; break; case 'register': |