ticket integria: 3981 fixed error in autentication active directory download collections #23

This commit is contained in:
daniel 2016-08-16 15:35:02 +02:00
parent 127eebc0ed
commit a38114ee65

View File

@ -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");