adding phpdoc block before include
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 29 Mar 2005 15:10:31 +0000 (15:10 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 29 Mar 2005 15:10:31 +0000 (15:10 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9156 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/filters/filters.php

index 9414fe14b5f9e4afa7d9608c1e05be6d526be49c..997ffc336bc2725d1f472f998dfa2a753c072bcb 100644 (file)
@@ -25,6 +25,7 @@
  * @subpackage filters
  */
 
+/** load config */
 if (file_exists(SM_PATH . 'plugins/filters/config.php'))
     include_once (SM_PATH . 'plugins/filters/config.php');