Beispiel #1
0
 static function isViewDebugAuthorized()
 {
     return AnwComponent::globalCfgTraceEnabled() && in_array(AnwEnv::getIp(), AnwComponent::globalCfgTraceViewIps());
 }