mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
Autologin: Do not use absolute `use'
This commit is contained in:
parent
7215ba4f59
commit
65a2bd41bc
@ -4,9 +4,9 @@
|
|||||||
|
|
||||||
namespace Icinga\Authentication\Backend;
|
namespace Icinga\Authentication\Backend;
|
||||||
|
|
||||||
|
use Zend_Config;
|
||||||
use Icinga\Authentication\UserBackend;
|
use Icinga\Authentication\UserBackend;
|
||||||
use Icinga\User;
|
use Icinga\User;
|
||||||
use \Zend_Config;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test login with external authentication mechanism, e.g. Apache
|
* Test login with external authentication mechanism, e.g. Apache
|
||||||
|
Loading…
x
Reference in New Issue
Block a user