
According to Rick Castello the Project, and not the Development Team, holds the copyright.
16 lines
No EOL
342 B
PHP
16 lines
No EOL
342 B
PHP
<?php
|
|
/**
|
|
* index.php -- Displays the main frameset
|
|
*
|
|
* Copyright (c) 1999-2005 The SquirrelMail Project Team
|
|
* Licensed under the GNU GPL. For full terms see the file COPYING.
|
|
*
|
|
* Redirects to the login page.
|
|
*
|
|
* @version $Id$
|
|
* @package plugins
|
|
* @subpackage newmail
|
|
**/
|
|
header("Location:../../src/login.php\n\n");
|
|
exit();
|
|
?>
|