fix psr
This commit is contained in:
1
core/lib/Thelia/Log/Tlog.php
Executable file → Normal file
1
core/lib/Thelia/Log/Tlog.php
Executable file → Normal file
@@ -211,7 +211,6 @@ class Tlog Implements LoggerInterface
|
||||
{
|
||||
// isset($_SERVER['REMOTE_ADDR']) if we are in cli mode
|
||||
if (! empty($ips) && isset($_SERVER['REMOTE_ADDR']) && ! in_array($_SERVER['REMOTE_ADDR'], explode(";", $ips))) $this->level = self::MUET;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user