Correct path for the default icon theme.
[squirrelmail.git] / images / themes / none / index.php
CommitLineData
6395c46d 1<?php
2
3/**
e392edc2 4 * index.php
6395c46d 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.
6395c46d 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$
13 * @package squirrelmail
14 * @subpackage themes
6395c46d 15 */
16
e392edc2 17header('Location: ../index.php');
6395c46d 18
e392edc2 19?>