Reworked subfolder message count and all. Open to suggestions for the
[squirrelmail.git] / src / index.php
CommitLineData
9b79af33 1<?php
895905c0 2
35586184 3/**
15e6162e 4 * index.php
35586184 5 *
15e6162e 6 * Copyright (c) 1999-2002 The SquirrelMail Project Team
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 *
13 * $Id$
35586184 14 */
9b79af33 15
35586184 16header("Location:../index.php");
9b79af33 17
15e6162e 18/* pretty impressive huh? */
19
9b79af33 20?>