From 0e18dbeba10aae5eccce21a8388984027a9a235d Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Thu, 8 Nov 2001 15:12:04 +0000 Subject: [PATCH] Standard redirector git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1700 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/squirrelspell/js/index.php | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/plugins/squirrelspell/js/index.php b/plugins/squirrelspell/js/index.php index 9b392653..f0e0b261 100644 --- a/plugins/squirrelspell/js/index.php +++ b/plugins/squirrelspell/js/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