From f8a37e122801840727da1d8089e8c9e3760340ac Mon Sep 17 00:00:00 2001 From: henoheno Date: Sun, 4 Jan 2009 14:01:34 +0900 Subject: [PATCH] Reduce edit margines --- spam/checker.php | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/spam/checker.php b/spam/checker.php index 1df1f61..a7ad720 100644 --- a/spam/checker.php +++ b/spam/checker.php @@ -1,5 +1,5 @@ '; // Any rules will lock contents that have NG things already. $spam['method']['edit'] = array( // Supposed_by_you(n) * Edit_form_spec(2) * Margin(1.5) - '_comment' => 'edit', - //'quantity' => 60 * 3, - //'non_uniquri' => 5 * 3, - //'non_uniqhost' => 50 * 3, - //'area_anchor' => 30 * 3, - //'area_bbcode' => 15 * 3, - 'uniqhost' => TRUE, - 'badhost' => TRUE, + '_comment' => 'edit', + 'quantity' => 150 * 1.5, + 'non_uniq' => 5 * 1.5, + //'non_uniquri' => 5 * 1.5, + //'non_uniqhost' => 50 * 1.5, + 'area_anchor' => 3 * 1.5, + 'area_bbcode' => 1 * 1.5, + 'uniqhost' => TRUE, + 'badhost' => TRUE, //'asap' => TRUE, ); -- 2.11.0