PHP 5.3 deprecated ereg() function (#2820952)
[squirrelmail.git] / plugins / mail_fetch / index.php
CommitLineData
537914d5 1<?php
e392edc2 2
4f51df66 3/**
e392edc2 4 * index.php
4f51df66 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.
4f51df66 9 *
d4e46166 10 * @copyright &copy; 1999-2009 The SquirrelMail Project Team
e392edc2 11 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
4f51df66 12 * @version $Id$
13 * @package plugins
14 * @subpackage mail_fetch
e392edc2 15 */
537914d5 16
e392edc2 17header('Location: ../index.php');
537914d5 18
91e0dccc 19?>