mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
ticket integria: 3981 fixed error in autentication active directory download collections #23
(cherry picked from commit a38114ee65777cd2ca1d36581e15271e9588880d)
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…
x
Reference in New Issue
Block a user