de0b3693d796b6518a9e4f945eb56780cfa564e1
4 ** index.php -- Displays the main frameset
6 ** Copyright (c) 1999-2002 The SquirrelMail development team
7 ** Licensed under the GNU GPL. For full terms see the file COPYING.
9 ** Redirects to the login page.
14 require_once('../../functions/strings.php');
16 $location = get_location();
17 header("Location: $location/src/login.php\n\n");