Browse Source

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

Jimmy Conner 20 năm trước cách đây
mục cha
commit
9bbd9abf10
2 tập tin đã thay đổi với 1 bổ sung1 xóa
  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