mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
Security: Temporary grant all permissions
This commit is contained in:
parent
ef0a7c0e77
commit
44de790cc9
@ -165,6 +165,7 @@ class Manager
|
||||
*/
|
||||
public function hasPermission($permission)
|
||||
{
|
||||
return true;
|
||||
if (! $this->isAuthenticated()) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user