mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 17:25:26 +02:00
ticket integria: 3981 fixed error in autentication active directory download collections #23
This commit is contained in:
parent
127eebc0ed
commit
a38114ee65
@ -26,6 +26,7 @@ check_login ();
|
|||||||
|
|
||||||
$auth_method = db_get_value('value', 'tconfig', 'token', 'auth');
|
$auth_method = db_get_value('value', 'tconfig', 'token', 'auth');
|
||||||
|
|
||||||
|
if($auth_method != 'ad')
|
||||||
require_once("auth/" . $auth_method . ".php");
|
require_once("auth/" . $auth_method . ".php");
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user