Preparation to begin using phpdocumentor.
[squirrelmail.git] / functions / index.php
CommitLineData
9b79af33 1<?php
7350889b 2
35586184 3/**
15e6162e 4 * index.php
35586184 5 *
76911253 6 * Copyright (c) 1999-2003 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.
35586184 12 *
15e6162e 13 * $Id$
d6c32258 14 * @package squirrelmail
35586184 15 */
9b79af33 16
d6c32258 17/** Redirect back to the login page
18 * @ignore */
35586184 19header("Location:../index.php");
9b79af33 20
35586184 21/* pretty impressive huh? */
2ba13803 22
35586184 23?>