Skip to content
Snippets Groups Projects
Commit e2c970c8 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed syntax error

parent 597b68c9
No related branches found
No related tags found
2 merge requests!1895Development,!1793Development
...@@ -89,7 +89,7 @@ class BrowserVerification ...@@ -89,7 +89,7 @@ class BrowserVerification
->render()); ->render());
} }
public static logBrowserverification() { public static function logBrowserverification() {
$fail2banEnabled = config("metager.metager.fail2ban_enabled"); $fail2banEnabled = config("metager.metager.fail2ban_enabled");
if(empty($fail2banEnabled) || !$fail2banEnabled || !env("fail2banurl", false) || !env("fail2banuser") || !env("fail2banpassword")){ if(empty($fail2banEnabled) || !$fail2banEnabled || !env("fail2banurl", false) || !env("fail2banuser") || !env("fail2banpassword")){
return; return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment