🆙 More fixes🆙

This commit is contained in:
Remco
2026-01-19 22:14:07 +01:00
parent 5aefd89f1b
commit e561acb897
5 changed files with 16 additions and 11 deletions
@@ -19,7 +19,7 @@ class VPNCheckerMiddleware
}
// Skip check if the rank is allowed to bypass the checker
if (hasPermission('bypass_vpn') !== '' && hasPermission('bypass_vpn') !== '0') {
if (hasPermission('bypass_vpn')) {
return $next($request);
}