From d7d7c7f0537fc5d91b3b70dae00073b5c9126614 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Thu, 8 Nov 2001 15:33:15 +0000 Subject: [PATCH] ever more git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1705 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/squirrelspell/doc/index.php | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/plugins/squirrelspell/doc/index.php b/plugins/squirrelspell/doc/index.php index 9b392653..9c2f5a1d 100644 --- a/plugins/squirrelspell/doc/index.php +++ b/plugins/squirrelspell/doc/index.php @@ -1,3 +1,20 @@ + + /** + ** index.php -- Displays the main frameset + ** + ** Copyright (c) 1999-2000 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