Show real values for error settings
[squirrelmail.git] / class / mime / index.php
CommitLineData
3cf207ca 1<?php
e392edc2 2
0f459286 3/**
4 * index.php
5 *
0f459286 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.
0f459286 9 *
d4e46166 10 * @copyright &copy; 1999-2009 The SquirrelMail Project Team
e392edc2 11 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
0f459286 12 * @version $Id$
13 * @package squirrelmail
e392edc2 14 * @subpackage mime
0f459286 15 */
e392edc2 16
3cf207ca 17header('Location: ../index.php');
e392edc2 18
91e0dccc 19?>