QR Code stuff should work now

This commit is contained in:
i am da real crt yes 2022-09-07 13:55:27 +02:00
parent 103be46b06
commit 2b56565c13
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@
$xml .= "<Voicemail>*97</Voicemail>"; $xml .= "<Voicemail>*97</Voicemail>";
$xml .= "</Account>"; $xml .= "</Account>";
$xml .= "</AccountConfig>"; $xml .= "</AccountConfig>";
if ($_SESSION["ldap"]["qr_enable"]["numeric"] > 0){ if ($_SESSION["ldap"]["qr_enable"]["numeric"] > 0){
$ldapxml = "<?xml version='1.0' encoding='utf-8'?>"; $ldapxml = "<?xml version='1.0' encoding='utf-8'?>";
$ldapxml .= "<LdapConfig version='1'>"; $ldapxml .= "<LdapConfig version='1'>";