X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=index.php;h=7c2d19362e23910fba5cb66d78222172809309eb;hb=78f39e785c066fdae10662a79b8db6e7a3092547;hp=436e8e20d33d5eb60348c07bd4745199c9b86350;hpb=3751dc7f2496f452e00dc7410136a0aec101d797;p=squirrelmail.git diff --git a/index.php b/index.php index 436e8e20..7c2d1936 100644 --- a/index.php +++ b/index.php @@ -1,7 +1,17 @@ +/** + * index.php -- Displays the main frameset + * + * Copyright (c) 1999-2003 The SquirrelMail Project Team + * Licensed under the GNU GPL. For full terms see the file COPYING. + * + * Redirects to the login page. + * + * $Id$ + */ + +header("Location: src/login.php\n\n"); +exit(); + +?> \ No newline at end of file