X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=index.php;h=7c2d19362e23910fba5cb66d78222172809309eb;hp=45e3f8370d272e1445cc4de96682ced8866974ce;hb=5fb8934fdbf601caff227f42a2c319e8d9cdeb2d;hpb=8241c8d9b8a93c44f94ebb403dfb8194d776e75c diff --git a/index.php b/index.php index 45e3f837..7c2d1936 100644 --- a/index.php +++ b/index.php @@ -1,8 +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