one more identity action to process
[squirrelmail.git] / plugins / calendar / index.php
CommitLineData
537914d5 1<?php
2
7c67a5e8 3/**
4 * index.php -- Displays the main frameset
5 *
6c84ba1e 6 * Copyright (c) 2002-2005 The SquirrelMail Project Team
7c67a5e8 7 * Licensed under the GNU GPL. For full terms see the file COPYING.
8 *
9 * Redirects to the login page.
10 *
11 * $Id$
ea5f4b8e 12 * @package plugins
13 * @subpackage calendar
7c67a5e8 14 */
537914d5 15
7c67a5e8 16header("Location:../../src/login.php\n\n");
17exit();
537914d5 18
91e0dccc 19?>