mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
Various updates, banning, etc.
git-svn-id: file:///svn/phpbb/trunk@2745 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -193,7 +193,7 @@ class session {
|
||||
|
||||
$sql = "SELECT ban_ip, ban_userid, ban_email
|
||||
FROM " . BANLIST_TABLE . "
|
||||
WHERE ( ban_start + ban_length <= $current_time
|
||||
WHERE ( ban_end >= $current_time
|
||||
OR ban_length = 0 )
|
||||
AND ban_ip IN (
|
||||
'" . $user_ip_parts[0] . ".',
|
||||
|
Reference in New Issue
Block a user