You've already forked Epicnabbo-Catalogus-Updated-Daily
🆙 More fixes🆙
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user