mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
And this one removes all the debugging info ...
git-svn-id: file:///svn/phpbb/trunk@3270 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
22389f0d32
commit
6e8683a124
1 changed files with 0 additions and 1 deletions
|
@ -186,7 +186,6 @@ class session
|
|||
{
|
||||
do
|
||||
{
|
||||
print_r($row);
|
||||
if ((intval($row['ban_userid']) == $this->data['user_id']) ||
|
||||
(!empty($row['ban_ip']) && preg_match('#^' . str_replace('*', '.*?', $row['ban_ip']) . '$#i', $this->ip)) ||
|
||||
(!empty($row['ban_email']) && preg_match('#^' . str_replace('*', '.*?', $row['ban_email']) . '$#i', $this->data['user_email'])))
|
||||
|
|
Loading…
Add table
Reference in a new issue