ab93512513e37d4cb8ca710c5e500623f82e461e
[squirrelmail.git] / functions / htmlentities / index.php
1 <?php
2 /**
3 * Redirects to the login page.
4 *
5 * @copyright (c) 1999-2005 The SquirrelMail development team
6 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
7 * @version $Id$
8 * @package squirrelmail
9 * @subpackage strings
10 */
11 header("Location:../../src/login.php\n\n");
12 exit();
13 ?>