mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-13 09:56:01 +00:00
[Web] use global vars for iam_provider and iam_settings
This commit is contained in:
@@ -1708,7 +1708,7 @@ if (isset($_GET['query'])) {
|
||||
$score = array("score" => preg_replace("/\s+/", "", $score));
|
||||
process_get_return($score);
|
||||
case "identity_provider":
|
||||
process_get_return(identity_provider('get'));
|
||||
process_get_return($iam_settings);
|
||||
break;
|
||||
break;
|
||||
// return no route found if no case is matched
|
||||
|
||||
Reference in New Issue
Block a user