removing version info from login_error page.
[squirrelmail.git] / src / index.php
CommitLineData
9b79af33 1<?php
895905c0 2
35586184 3/**
15e6162e 4 * index.php
35586184 5 *
6c84ba1e 6 * Copyright (c) 1999-2005 The SquirrelMail Project Team
15e6162e 7 * Licensed under the GNU GPL. For full terms see the file COPYING.
35586184 8 *
15e6162e 9 * This file simply takes any attempt to view source files and sends those
10 * people to the login screen. At this point no attempt is made to see if
11 * the person is logged or not.
12 *
30967a1e 13 * @version $Id$
8f6f9ba5 14 * @package squirrelmail
35586184 15 */
9b79af33 16
35586184 17header("Location:../index.php");
9b79af33 18
15e6162e 19/* pretty impressive huh? */
20
91e0dccc 21?>