From: philippe_mingo Date: Thu, 8 Nov 2001 15:32:05 +0000 (+0000) Subject: One more X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=09bd8597d1e90c4072e3338bb391b54ba111e3c3;ds=sidebyside One more git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1703 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/squirrelspell/modules/index.php b/plugins/squirrelspell/modules/index.php index 9b392653..7e39847e 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