
According to Rick Castello the Project, and not the Development Team, holds the copyright.
13 lines
No EOL
304 B
PHP
13 lines
No EOL
304 B
PHP
<?php
|
|
/**
|
|
* Redirects to the login page.
|
|
*
|
|
* @copyright (c) 1999-2005 The SquirrelMail Project Team
|
|
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
|
|
* @version $Id$
|
|
* @package squirrelmail
|
|
* @subpackage strings
|
|
*/
|
|
header("Location:../../src/login.php\n\n");
|
|
exit();
|
|
?>
|