looks like opera implemented it according to apple specs and height/width
[squirrelmail.git] / plugins / newmail / index.php
CommitLineData
537914d5 1<?php
ebe02dfc 2/**
3 * index.php -- Displays the main frameset
4 *
5 * Copyright (c) 1999-2004 The SquirrelMail development team
6 * Licensed under the GNU GPL. For full terms see the file COPYING.
7 *
8 * Redirects to the login page.
9 *
10 * @version $Id$
11 * @package plugins
12 * @subpackage newmail
13 **/
14header("Location:../../src/login.php\n\n");
15exit();
16?>