Browse Source

adding phpdoc block before include

tokul 20 năm trước cách đây
mục cha
commit
38b7d6202c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      plugins/filters/filters.php

+ 1 - 0
plugins/filters/filters.php

@@ -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');