X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=index.php;h=d92f4787d9755b5c266faa276f88f8eddd2861b5;hp=97028006cca1882ba7769b82d2ba8b6f4c70909d;hb=3851854ad07430dc62337d482e811bf9363480a5;hpb=cd4cbd4a1cce2c35a6a78b1b957c17389001b4b1 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':