Style police again.
[squirrelmail.git] / functions / index.php
CommitLineData
9b79af33 1<?php
7350889b 2
35586184 3/**
4 * index.php
5 *
6 * Copyright (c) 1999-2001 The SquirrelMail Development Team
7 * Licensed under the GNU GPL. For full terms see the file COPYING.
8 *
9 * This file simply takes any attempt to view source files
10 * and sends those people to the login screen. At this
11 * point no attempt is made to see if the person is logged
12 * or not.
13 *
14 * $Id$
15 */
9b79af33 16
35586184 17header("Location:../index.php");
9b79af33 18
35586184 19/* pretty impressive huh? */
2ba13803 20
35586184 21?>