Happy New Year
[squirrelmail.git] / plugins / newmail / index.php
CommitLineData
537914d5 1<?php
e392edc2 2
ebe02dfc 3/**
e392edc2 4 * index.php
ebe02dfc 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.
ebe02dfc 9 *
c4faef33 10 * @copyright 1999-2020 The SquirrelMail Project Team
e392edc2 11 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
ebe02dfc 12 * @version $Id$
13 * @package plugins
14 * @subpackage newmail
e392edc2 15 */
16
17header('Location: ../index.php');
18
ebe02dfc 19?>