XSS fixes
[squirrelmail.git] / plugins / squirrelspell / index.php
index 9b39265391ce0390fcf4e3483a927b2e34ce78b8..8590f6d2042b1eded20c6ec4edc6749a83b85ae8 100644 (file)
@@ -1,3 +1,22 @@
 <?php
-header("Location: http://www.mricon.com/");
-?>
+
+/**
+ * index.php
+ *
+ * Copyright (c) 1999-2005 The SquirrelMail Project Team
+ * Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ * This file simply takes any attempt to view source files and sends those
+ * people to the login screen. At this point no attempt is made to see if
+ * the person is logged or not.
+ *
+ * $Id$
+ * @package plugins
+ * @subpackage squirrelspell
+ */
+
+header("Location: ../../index.php");
+
+/* pretty impressive huh? */
+
+?>
\ No newline at end of file