- Fix compatibility with Windows path in administrator plugin (#1740469).
[squirrelmail.git] / plugins / index.php
CommitLineData
7e3e4019 1<?php
15e6162e 2
7e3e4019 3/**
15e6162e 4 * index.php
5 *
15e6162e 6 * This file simply takes any attempt to view source files and sends those
e392edc2 7 * people to the login screen. At this point no attempt is made to see if the
8 * person is logged in or not.
15e6162e 9 *
47ccfad4 10 * @copyright &copy; 1999-2006 The SquirrelMail Project Team
e392edc2 11 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
12 * @version $Id$
ea5f4b8e 13 * @package plugins
15e6162e 14 */
7e3e4019 15
e392edc2 16header('Location: ../index.php');
15e6162e 17
91e0dccc 18?>