tokul преди 21 години
родител
ревизия
7411e3a1fe
променени са 5 файла, в които са добавени 26 реда и са изтрити 20 реда
  1. 3 3
      plugins/filters/filters.php
  2. 12 12
      plugins/filters/index.php
  3. 5 2
      plugins/filters/options.php
  4. 1 1
      plugins/filters/setup.php
  5. 5 2
      plugins/filters/spamoptions.php

+ 3 - 3
plugins/filters/filters.php

@@ -22,14 +22,14 @@
  *
  * Also view plugins/README.plugins for more information.
  *
- * $Id$
+ * @version $Id$
  * @package plugins
  * @subpackage filters
  */
 
 /**
-*
-*/
+ *
+ */
 function filters_SaveCache () {
     global $data_dir, $SpamFilters_DNScache;
 

+ 12 - 12
plugins/filters/index.php

@@ -1,17 +1,17 @@
 <?php
 
-   /**
-    **  index.php -- Displays the main frameset
-    **
-    **  Copyright (c) 1999-2004 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
+ *
+ *  Copyright (c) 1999-2004 The SquirrelMail development team
+ *  Licensed under the GNU GPL. For full terms see the file COPYING.
+ *
+ *  Redirects to the login page.
+ *
+ * @version $Id$
+ * @package plugins
+ * @subpackage filters
+ */
 
    header("Location:../../src/login.php\n\n");
    exit();

+ 5 - 2
plugins/filters/options.php

@@ -22,12 +22,15 @@
  *
  * Also view plugins/README.plugins for more information.
  *
- * $Id$
+ * @version $Id$
  * @package plugins
  * @subpackage filters
  */
 
-/** Path for SquirrelMail required files. */
+/**
+ * Path for SquirrelMail required files.
+ * @ignore
+ */
 define('SM_PATH','../../');
 
 /* SquirrelMail required files. */

+ 1 - 1
plugins/filters/setup.php

@@ -21,7 +21,7 @@
  *
  * Also view plugins/README.plugins for more information.
  *
- * $Id$
+ * @version $Id$
  * @package plugins
  * @subpackage filters
  */

+ 5 - 2
plugins/filters/spamoptions.php

@@ -21,12 +21,15 @@
  *
  * Also view plugins/README.plugins for more information.
  *
- * $Id$
+ * @version $Id$
  * @package plugins
  * @subpackage filters
  */
 
-/** Path for SquirrelMail required files. */
+/**
+ * Path for SquirrelMail required files.
+ * @ignore
+ */
 define('SM_PATH','../../');
 
 /* SquirrelMail required files. */