Minor cleanups and changing the links for downloading/viewing attachments
[squirrelmail.git] / functions / htmlentities / index.php
CommitLineData
36e1180b 1<?php
2/**
3 * Redirects to the login page.
4 *
5 * @copyright (c) 1999-2004 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 */
11header("Location:../../src/login.php\n\n");
12exit();
13?>