disabled "Previous" link is white text on white background
[squirrelmail.git] / plugins / calendar / index.php
CommitLineData
537914d5 1<?php
2
7c67a5e8 3/**
4 * index.php -- Displays the main frameset
5 *
76911253 6 * Copyright (c) 2002-2003 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$
12 */
537914d5 13
7c67a5e8 14header("Location:../../src/login.php\n\n");
15exit();
537914d5 16
7c67a5e8 17?>