Added option to do data and attachment directory hashing, up to four levels. Will...
[squirrelmail.git] / plugins / squirrelspell / doc / index.php
CommitLineData
849bdf42 1<?php
d7d7c7f0 2
3 /**
4 ** index.php -- Displays the main frameset
5 **
6 ** Copyright (c) 1999-2000 The SquirrelMail development team
7 ** Licensed under the GNU GPL. For full terms see the file COPYING.
8 **
9 ** Redirects to the login page.
10 **
11 ** $Id$
12 **/
13
14 require_once('../../../functions/strings.php');
15
16 $location = get_location();
17 header("Location: $location/src/login.php\n\n");
18 exit();
19
20?>