X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=index.php;h=36254aa29db4813605487df8e245ccaea4138c69;hb=7c67a5e84c7466417e14ef5064a1cfd7f4088a3c;hp=9a80878ddd3b7c85578456acaf1a53abe599ea3f;hpb=5917742752bea11a547aeba6e4102dd3655b4800;p=squirrelmail.git diff --git a/index.php b/index.php index 9a80878d..36254aa2 100644 --- a/index.php +++ b/index.php @@ -1,3 +1,17 @@ + +/** + * index.php -- Displays the main frameset + * + * Copyright (c) 1999-2002 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