Update the filters README to point to the new config.php
[squirrelmail.git] / plugins / filters / index.php
index 3fd4f3b3e16fe46b46d66c458c162fa5805ec3ca..40f164b2780b5610f51820427d34ac179dabd9bc 100644 (file)
@@ -1,19 +1,17 @@
 <?php
-
-   /**
-    **  index.php -- Displays the main frameset
-    **
-    **  Copyright (c) 1999-2003 The SquirrelMail development team
-    **  Licensed under the GNU GPL. For full terms see the file COPYING.
-    **
-    **  Redirects to the login page.
-    **
-    **  $Id$
-    * @package plugins
-    * @subpackage filters
-    **/
+/**
+ *  index.php -- Displays the main frameset
+ *
+ *  Redirects to the login page.
+ *
+ * @version $Id$
+ * @copyright (c) 1999-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @package plugins
+ * @subpackage filters
+ */
 
    header("Location:../../src/login.php\n\n");
    exit();
 
-?>
+?>
\ No newline at end of file