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