Some uniformity into the sec index.php flavor
[squirrelmail.git] / plugins / squirrelspell / index.php
index 9b39265391ce0390fcf4e3483a927b2e34ce78b8..3afdbfab26fdb89c42e9a8a90c7d691f809d9032 100644 (file)
@@ -1,3 +1,20 @@
 <?php
-header("Location: http://www.mricon.com/");
+
+/**
+ * index.php
+ *
+ * Copyright (c) 1999-2002 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$
+ */
+
+header("Location: ../../index.php");
+
+/* pretty impressive huh? */
+
 ?>