Adding more index.php files
[squirrelmail.git] / include / timezones / index.php
CommitLineData
2d3a630b 1<?php
e392edc2 2
2d3a630b 3/**
4 * index.php
5 *
2d3a630b 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.
2d3a630b 9 *
e392edc2 10 * @copyright (c) 1999-2005 The SquirrelMail Project Team
11 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
2d3a630b 12 * @version $Id$
13 * @package squirrelmail
e392edc2 14 * @subpackage timezones
2d3a630b 15 */
e392edc2 16
17header('Location: ../index.php');
18
2d3a630b 19?>