X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=index.php;h=7c2d19362e23910fba5cb66d78222172809309eb;hp=436e8e20d33d5eb60348c07bd4745199c9b86350;hb=3720bcfc9cb3b49638e834e4ac271970f4ed8370;hpb=3751dc7f2496f452e00dc7410136a0aec101d797 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