squirrelmail/functions/htmlentities/index.php
2004-12-27 15:04:02 +00:00

13 lines
No EOL
308 B
PHP

<?php
/**
* Redirects to the login page.
*
* @copyright (c) 1999-2005 The SquirrelMail development 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();
?>