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