1.1 --- a/squirrelmail/index.php Fri Apr 17 23:07:57 2009 +0200 1.2 +++ b/squirrelmail/index.php Fri Apr 17 23:40:08 2009 +0200 1.3 @@ -1,9 +1,8 @@ 1.4 <?php 1.5 1.6 -// If we are, go ahead to the login page. 1.7 - 1.8 -// This index.php presume SM is already configured (no check anymore) 1.9 - 1.10 +// Go to the login page. 1.11 +// This presumes SM is already 1.12 +// configured (no check anymore.) 1.13 header('Location: src/login.php'); 1.14 1.15 ?>