Preset auth_string value to make sure it is set

This commit is contained in:
markjcrane
2023-07-05 14:22:44 -06:00
parent 27bc8df629
commit 49a45f08be

View File

@@ -806,6 +806,7 @@
//build content for linphone
if ($device_template == "linphone/default") {
$auth_string = '';
if (
!empty($_SESSION['provision']['http_auth_enabled']['boolean']) &&
$_SESSION['provision']['http_auth_enabled']['boolean'] == 'true' &&