runcmf / runtracy

Tracy Debugger Bar for Slim Framework
Apache License 2.0
73 stars 15 forks source link

Fix useless requirement of ConsoleNoLogin config #17

Closed cedric-anne closed 5 years ago

cedric-anne commented 5 years ago

Even when the Console Panel is not enable by settings (i.e. the entry is not present), the ConsoleNoLogin config is required. It make no sense to force definition of this config if the panel is not going to be used.

PHP Notice: Undefined index: ConsoleNoLogin in /var/www/glpi/vendor/runcmf/runtracy/src/RunTracy/Middlewares/TracyMiddleware.php at line 129