All this document.write stuff is overkill when we already have checkForJavascript...
[squirrelmail.git] / plugins / preview_pane / index.php
CommitLineData
505e00aa 1<?php\r
2\r
3/**\r
4 * index.php\r
5 *\r
6 * Copyright (c) 1999-2003 The SquirrelMail Project Team\r
7 * Licensed under the GNU GPL. For full terms see the file COPYING.\r
8 *\r
9 * This file simply takes any attempt to view source files and sends those\r
10 * people to the login screen. At this point no attempt is made to see if\r
11 * the person is logged or not.\r
12 *\r
13 * $Id: index.php,v 1.5 2002/12/31 12:49:33 kink Exp $\r
14 */\r
15\r
16header("Location:../index.php");\r
17\r
18/* pretty impressive huh? */\r
19\r