mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-11-01 19:54:16 +01:00
We've used the standard layout before which caused a automatic login. Automatic because the browser saw our js/css <link> tags and accessed the routes which in turn logged in the user, but only if there's a enabled module which's configuration.php (or run.php) accesses the Auth singleton. The stripped down layout provides its own js/css so there's no need for our full-blown resources. fixes #3583