addrsrch_fullname is already fetched by load_prefs.php
[squirrelmail.git] / images / index.php
CommitLineData
9b79af33 1<?php
e392edc2 2
9b79af33 3/**
e392edc2 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 *
ae5dddc0 10 * @copyright 1999-2011 The SquirrelMail Project Team
e392edc2 11 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
12 * @version $Id$
13 * @package squirrelmail
14 */
9b79af33 15
e392edc2 16header('Location: ../index.php');
9b79af33 17
91e0dccc 18?>