diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-26 10:52:43 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-10-26 10:52:43 +0000 |
commit | b0c88525682f22624239792dfeb9f5d37f61d001 (patch) | |
tree | 06ff8580c32826e1dc62955279271e103d21de12 | |
parent | 5d9306c5128f45cfc9a448ce888b725bbc4408b8 (diff) | |
download | forums-b0c88525682f22624239792dfeb9f5d37f61d001.tar forums-b0c88525682f22624239792dfeb9f5d37f61d001.tar.gz forums-b0c88525682f22624239792dfeb9f5d37f61d001.tar.bz2 forums-b0c88525682f22624239792dfeb9f5d37f61d001.tar.xz forums-b0c88525682f22624239792dfeb9f5d37f61d001.zip |
dsbl.org is no longer actively maintained. Sorry language pack authors. ;)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9037 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/includes/session.php | 1 | ||||
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php index a88408f02e..2e697f6359 100644 --- a/phpBB/includes/session.php +++ b/phpBB/includes/session.php @@ -1204,7 +1204,6 @@ class session } $dnsbl_check = array( - 'list.dsbl.org' => 'http://dsbl.org/listing?', 'sbl-xbl.spamhaus.org' => 'http://www.spamhaus.org/query/bl?ip=', ); diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index f6bbe175bd..fc61cd2eaa 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -370,7 +370,7 @@ $lang = array_merge($lang, array( 'BROWSER_VALID' => 'Validate browser', 'BROWSER_VALID_EXPLAIN' => 'Enables browser validation for each session improving security.', 'CHECK_DNSBL' => 'Check IP against DNS Blackhole List', - 'CHECK_DNSBL_EXPLAIN' => 'If enabled the user’s IP address is checked against the following DNSBL services on registration and posting: <a href="http://spamcop.net">spamcop.net</a>, <a href="http://dsbl.org">dsbl.org</a> and <a href="http://www.spamhaus.org">www.spamhaus.org</a>. This lookup may take a while, depending on the server’s configuration. If slowdowns are experienced or too many false positives reported it is recommended to disable this check.', + 'CHECK_DNSBL_EXPLAIN' => 'If enabled the user’s IP address is checked against the following DNSBL services on registration and posting: <a href="http://spamcop.net">spamcop.net</a> and <a href="http://www.spamhaus.org">www.spamhaus.org</a>. This lookup may take a while, depending on the server’s configuration. If slowdowns are experienced or too many false positives reported it is recommended to disable this check.', 'CLASS_B' => 'A.B', 'CLASS_C' => 'A.B.C', 'EMAIL_CHECK_MX' => 'Check e-mail domain for valid MX record', |