Preset auth_string value to make sure it is set
This commit is contained in:
parent
27bc8df629
commit
49a45f08be
|
|
@ -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' &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue