squirrelmail/functions/htmlentities/index.php
Fredrik Jervfors 2a662edfe0 The copyright message should be consistent.
According to Rick Castello the Project, and not the Development Team, holds the copyright.
2005-02-27 23:36:10 +00:00

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();
?>