From a01a96ebfe9f30d542fc3b482d36c72b46b3c8e7 Mon Sep 17 00:00:00 2001 From: cigamit Date: Fri, 25 Mar 2005 06:09:40 +0000 Subject: [PATCH] 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 --- plugins/filters/README | 2 +- plugins/filters/{config.php.sample => config.sample.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename plugins/filters/{config.php.sample => config.sample.php} (100%) 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 -- 2.25.1