Correct path for the default icon theme.
[squirrelmail.git] / images / themes / template / index.php
CommitLineData
29997535 1<?php
2/**
3 * index.php
4 *
5 * This file simply takes any attempt to view source files and sends those
6 * people to the login screen. At this point no attempt is made to see if the
7 * person is logged in or not.
8 *
9 * @copyright &copy; 1999-2006 The SquirrelMail Project Team
10 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
11 * @version $Id$
12 * @package squirrelmail
13 * @subpackage themes
14 */
15
16header('Location: ../index.php');
17
18?>