8eba0ed3336b605cf8ed07db1387b25655c588ea
[squirrelmail.git] / plugins / bug_report / templates / index.php
1 <?php
2
3 /**
4 * index.php
5 *
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.
9 *
10 * @copyright 1999-2012 The SquirrelMail Project Team
11 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
12 * @version $Id: index.php 12128 2007-01-13 20:15:44Z kink $
13 * @package plugins
14 * @subpackage bug_report
15 */
16
17 header('Location: ../index.php');
18