mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Client portal updates
This commit is contained in:
@@ -12,6 +12,10 @@ $config_meshcentral_uri = $row['config_meshcentral_uri'];
|
||||
$config_meshcentral_user = $row['config_meshcentral_user'];
|
||||
$config_meshcentral_secret = $row['config_meshcentral_secret'];
|
||||
|
||||
// Microsoft OAuth
|
||||
$config_azure_client_id = $row['config_azure_client_id'];
|
||||
$config_azure_client_secret = $row['config_azure_client_secret'];
|
||||
|
||||
// Mail
|
||||
$config_smtp_host = $row['config_smtp_host'];
|
||||
$config_smtp_port = $row['config_smtp_port'];
|
||||
|
||||
Reference in New Issue
Block a user