summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2010-02-02 20:19:43 -0800
committerArun Persaud <arun@nubati.net>2010-02-02 20:19:43 -0800
commite2d7a3291f85403b4faf6f8be7e30caeefb0c1a3 (patch)
treec3ad9d93845facafb88651d33c7e6a4083e4696f /index.php
parentba7d92fad7b3ac0cfe4a6733339aa474991315a2 (diff)
downloade-DoKo-e2d7a3291f85403b4faf6f8be7e30caeefb0c1a3.tar.gz
e-DoKo-e2d7a3291f85403b4faf6f8be7e30caeefb0c1a3.tar.bz2
e-DoKo-e2d7a3291f85403b4faf6f8be7e30caeefb0c1a3.zip
highlight the call if this is the last round where you can make this call
also added some more comments
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 9702800..d92f478 100644
--- a/index.php
+++ b/index.php
@@ -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':