From 09bd8597d1e90c4072e3338bb391b54ba111e3c3 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Thu, 8 Nov 2001 15:32:05 +0000 Subject: [PATCH] One more git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1703 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/squirrelspell/modules/index.php | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) 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 -- 2.25.1