From: cigamit Date: Fri, 25 Mar 2005 06:09:40 +0000 (+0000) Subject: Change config.php.sample to config.sample.php to allow PHPDocumentor to parse it X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a01a96ebfe9f30d542fc3b482d36c72b46b3c8e7;p=squirrelmail.git Change config.php.sample to config.sample.php to allow PHPDocumentor to parse it git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9134 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/filters/README b/plugins/filters/README index 5b1c8726..de353717 100644 --- a/plugins/filters/README +++ b/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 diff --git a/plugins/filters/config.php.sample b/plugins/filters/config.sample.php similarity index 100% rename from plugins/filters/config.php.sample rename to plugins/filters/config.sample.php