fsf changes, meant to be rebased on upstream
[squirrelmail.git] / functions / htmlentities / index.php
CommitLineData
36e1180b 1<?php
e392edc2 2
36e1180b 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.
36e1180b 9 *
77a1e3d1 10 * @copyright 1999-2022 The SquirrelMail Project Team
36e1180b 11 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
12 * @version $Id$
13 * @package squirrelmail
14 * @subpackage strings
15 */
e392edc2 16
17header('Location: ../index.php');
18
91e0dccc 19?>