X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=index.php;h=36254aa29db4813605487df8e245ccaea4138c69;hb=eb3b53198c904af2182dfbd38957742ce994e47a;hp=2e5cde837e0ebdde689db7fe57fbc1b8b58748b0;hpb=1195c34026fc65eb8e0ca7a337fe4b406764dee8;p=squirrelmail.git diff --git a/index.php b/index.php index 2e5cde83..36254aa2 100644 --- a/index.php +++ b/index.php @@ -1,7 +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