X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fmodules%2Findex.php;h=7e39847e3e6506fd24ec6bf01d1661803bd65b29;hp=9b39265391ce0390fcf4e3483a927b2e34ce78b8;hb=3392dc867232037b2c6e2089ebcab9d64e154db7;hpb=849bdf42ed7bd7cca68909d2b46869742dfd210e diff --git a/plugins/squirrelspell/modules/index.php b/plugins/squirrelspell/modules/index.php index 9b39265..7e39847 100644 --- a/plugins/squirrelspell/modules/index.php +++ b/plugins/squirrelspell/modules/index.php @@ -1,3 +1,20 @@ + + /** + ** index.php -- Displays the main frameset + ** + ** Copyright (c) 1999-2001 The SquirrelMail development team + ** Licensed under the GNU GPL. For full terms see the file COPYING. + ** + ** Redirects to the login page. + ** + ** $Id$ + **/ + + require_once('../../../functions/strings.php'); + + $location = get_location(); + header("Location: $location/src/login.php\n\n"); + exit(); + +?> \ No newline at end of file