diff --git a/pandora_console/include/get_file.php b/pandora_console/include/get_file.php index d5087827c9..76629296b8 100644 --- a/pandora_console/include/get_file.php +++ b/pandora_console/include/get_file.php @@ -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");