Update copyright
[squirrelmail.git] / plugins / preview_pane / index.php
CommitLineData
3b6dcf42 1<?php
2
3/**
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.
9 *
79ba18dc 10 * @copyright 1999-2013 The SquirrelMail Project Team
3b6dcf42 11 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
01144ffd 12 * @version $Id$
3b6dcf42 13 * @package plugins
14 * @subpackage preview_pane
15 */
16
17header('Location: ../index.php');