ticket integria: 3981 fixed error in autentication active directory download collections #23
(cherry picked from commit a38114ee65
)
This commit is contained in:
parent
13f980bacb
commit
a311a060a1
|
@ -26,7 +26,8 @@ check_login ();
|
|||
|
||||
$auth_method = db_get_value('value', 'tconfig', 'token', 'auth');
|
||||
|
||||
require_once("auth/" . $auth_method . ".php");
|
||||
if($auth_method != 'ad')
|
||||
require_once("auth/" . $auth_method . ".php");
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue