phpDocumentor updates
[squirrelmail.git] / images / themes / default / index.php
index f86109e8826e560f89ec1780e04f38ffbc3c0c3c..c1a0f40a3456f0d4e940c2c62187cfec36f13a30 100644 (file)
@@ -1,3 +1,19 @@
 <?php
-header("Location:../../../index.php");
-?>
+
+/**
+ * index.php
+ *
+ * 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 in or not.
+ *
+ * @copyright &copy; 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
+ */
+
+header('Location: ../index.php');
+
+?>
\ No newline at end of file