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

(cherry picked from commit a38114ee65)
This commit is contained in:
daniel 2016-08-16 15:35:02 +02:00
parent 13f980bacb
commit a311a060a1
1 changed files with 2 additions and 1 deletions

View File

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