f026681cf2a3b02a0d7087e3441ebcf834d73b84
[squirrelmail.git] / plugins / calendar / index.php
1 <?php
2
3 /**
4 * index.php -- Displays the main frameset
5 *
6 * Copyright (c) 2002 The SquirrelMail Project 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 header("Location:../../src/login.php\n\n");
15 exit();
16
17 ?>