X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=index.php;h=7c2d19362e23910fba5cb66d78222172809309eb;hp=2e5cde837e0ebdde689db7fe57fbc1b8b58748b0;hb=dd38100210b7d4473df1e5e55bd529107e420474;hpb=1195c34026fc65eb8e0ca7a337fe4b406764dee8 diff --git a/index.php b/index.php index 2e5cde83..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