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