(c) stuff
[squirrelmail.git] / src / index.php
CommitLineData
9b79af33 1<?php
895905c0 2
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.
2d367c68 8 **
895905c0 9 ** This file simply takes any attempt to view index of 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.
2d367c68 13 **/
9b79af33 14
2d367c68 15 header("Location:../index.php");
9b79af33 16
2d367c68 17 /** pretty impressive huh? **/
9b79af33 18?>