From edb65edeec2f9b64375df9ec7557d5f9995dc57a Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 17 Apr 2023 16:30:35 -0600 Subject: [PATCH] Update app_config.php --- core/authentication/app_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/authentication/app_config.php b/core/authentication/app_config.php index d029d6280a..793776998b 100644 --- a/core/authentication/app_config.php +++ b/core/authentication/app_config.php @@ -31,7 +31,7 @@ //default settings $y=0; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "309c4b74-711a-4a73-9408-412e5d089b59&"; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "309c4b74-711a-4a73-9408-412e5d089b59"; $apps[$x]['default_settings'][$y]['default_setting_category'] = "authentication"; $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "methods"; $apps[$x]['default_settings'][$y]['default_setting_name'] = "array"; @@ -40,7 +40,7 @@ $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; $apps[$x]['default_settings'][$y]['default_setting_description'] = ""; $y++; - $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "bc31a3f4-671b-44ca-8724-64ec077eed0b&"; + $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "bc31a3f4-671b-44ca-8724-64ec077eed0b"; $apps[$x]['default_settings'][$y]['default_setting_category'] = "authentication"; $apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "methods"; $apps[$x]['default_settings'][$y]['default_setting_name'] = "array";