Alignment fix
[squirrelmail.git] / plugins / filters / index.php
CommitLineData
09dc6195 1<?php
e392edc2 2
5b4ba967 3/**
e392edc2 4 * index.php
5b4ba967 5 *
e392edc2 6 * This file simply takes any attempt to view source files and sends those
7 * people to the login screen. At this point no attempt is made to see if the
8 * person is logged in or not.
5b4ba967 9 *
c0d96801 10 * @copyright 1999-2012 The SquirrelMail Project Team
b2d8bc6c 11 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
e392edc2 12 * @version $Id$
5b4ba967 13 * @package plugins
14 * @subpackage filters
15 */
09dc6195 16
e392edc2 17header('Location: ../index.php');
09dc6195 18
91e0dccc 19?>