Back out support for using SM without Frames
[squirrelmail.git] / plugins / squirrelspell / index.php
CommitLineData
849bdf42 1<?php
cb55aa19 2
15e6162e 3/**
4 * index.php
5 *
76911253 6 * Copyright (c) 1999-2003 The SquirrelMail Project Team
15e6162e 7 * Licensed under the GNU GPL. For full terms see the file COPYING.
8 *
9 * This file simply takes any attempt to view source files and sends those
10 * people to the login screen. At this point no attempt is made to see if
11 * the person is logged or not.
12 *
13 * $Id$
ea5f4b8e 14 * @package plugins
15 * @subpackage squirrelspell
15e6162e 16 */
cb55aa19 17
d112ed5a 18header("Location: ../../index.php");
cb55aa19 19
15e6162e 20/* pretty impressive huh? */
cb55aa19 21
15e6162e 22?>