浏览代码

Change config.php.sample to config.sample.php to allow PHPDocumentor to parse it

Jimmy Conner 20 年之前
父节点
当前提交
9bbd9abf10
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/filters/README
  2. 0 0
      plugins/filters/config.sample.php

+ 1 - 1
plugins/filters/README

@@ -21,7 +21,7 @@ you still require it.
 This is slow.  Yep.  Slow.
 
 
-To configure, first you need to rename config.php.sample to config.php.
+To configure, first you need to rename config.sample.php to config.php.
 You should then just take a peek at config.php and set
 $SpamFilters_YourHop to some string if you want to avoid tons of false
 hits on the RSS and DUL and ORBS databases.  It should also speed up the

+ 0 - 0
plugins/filters/config.php.sample → plugins/filters/config.sample.php