phpdocumentor preparation and a few corrections to earlier phpdocumentor work
[squirrelmail.git] / src / index.php
index 0ed708928a236b511d88976297845775319d744c..68a04989042e989049dfc194a3cc6a41650e04b4 100644 (file)
@@ -1,14 +1,21 @@
 <?php
-    /**
-    ** index.php
-    **
-    ** This file simply takes any attempt to view index of 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.
-    **/
-
-    header("Location:../index.php");
-
-    /** pretty impressive huh? **/
+
+/**
+ * index.php
+ *
+ * Copyright (c) 1999-2003 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 squirrelmail
+ */
+
+header("Location:../index.php");
+
+/* pretty impressive huh? */
+
 ?>