[Formatting and syntax fixes Tijmen de Mes **20250514105400 Ignore-this: b2ad1c665cb221fc40b4df5e82c5582a8aea91d689c4851c2c7da7353c88d92652578d9538977a79 ] hunk ./library/sip_settings.php 249 - $this->url.=sprintf("?1=1&realm=%s",urlencode($_REQUEST['realm'])); + $this->url.=sprintf("?1=1&realm=%s", urlencode($_REQUEST['realm'])); hunk ./library/sip_settings.php 251 - $this->url.=sprintf("&user_agent=%s",urlencode($_REQUEST['user_agent'])); + $this->url.=sprintf("&user_agent=%s", urlencode($_REQUEST['user_agent'])); hunk ./library/sip_settings.php 2583 - printf(" - - Certificate - - - ",$this->url); + printf( + " + Certificate + ", + $this->url + ); hunk ./library/sip_settings.php 2752 - if ($prefixes = $did_processor->getPrefixes()) { + if ($prefixes = $did_processor->getPrefixes()) { hunk ./library/sip_settings.php 2845 - $did_processor->cancelOrder($data); + $did_processor->cancelOrder($data); hunk ./library/sip_settings.php 2868 - - if (!$found_country && $this->owner_information['country'] == $prefixes[$prefix]['country_iso']) { + if (!$found_country && $this->owner_information['country'] == $prefixes[$prefix]['country_iso']) { hunk ./library/sip_settings.php 3439 - hunk ./library/sip_settings.php 3440 - printf(" - - ", - $key, - $selected_blocked_by['customer'], - _("Blocked by Customer"), - $this->customer, - $selected_blocked_by['reseller'], - _("Blocked by Reseller"), - $this->reseller + printf( + " + + ", + $key, + $selected_blocked_by['customer'], + _("Blocked by Customer"), + $this->customer, + $selected_blocked_by['reseller'], + _("Blocked by Reseller"), + $this->reseller hunk ./library/sip_settings.php 3457 - printf(" - - ", - $key, - _("Active"), - $selected_blocked_by['reseller'], - _("Blocked by Reseller"), - $this->reseller + printf( + " + + ", + $key, + _("Active"), + $selected_blocked_by['reseller'], + _("Blocked by Reseller"), + $this->reseller hunk ./library/sip_settings.php 3471 - printf(" - - ", - $key, - _("Active"), - $selected_blocked_by['reseller'], - _("Blocked") + printf( + " + + ", + $key, + _("Active"), + $selected_blocked_by['reseller'], + _("Blocked") hunk ./library/sip_settings.php 3485 - hunk ./library/sip_settings.php 3487 - printf(" - - ", - $key, - _("Active"), - $selected_blocked_by['customer'], - _("Blocked") - ); + printf( + " + + ", + $key, + _("Active"), + $selected_blocked_by['customer'], + _("Blocked") + ); hunk ./library/sip_settings.php 3503 - printf(" - - ", - $key, - _("Active"), - $selected_blocked_by['customer'], - _("Blocked") - ); + printf( + " + + ", + $key, + _("Active"), + $selected_blocked_by['customer'], + _("Blocked") + ); hunk ./library/sip_settings.php 3524 - hunk ./library/sip_settings.php 4050 - $this->availableGroups['voicemail']=array("Group"=>"voicemail", - "WEBName" =>sprintf(_("Voice Mailbox")), - "SubscriberMayEditIt"=>"1", - "SubscriberMaySeeIt"=>0 - ); + $this->availableGroups['voicemail'] = array( + "Group" => "voicemail", + "WEBName" => sprintf(_("Voice Mailbox")), + "SubscriberMayEditIt" => "1", + "SubscriberMaySeeIt" => 0 + ); hunk ./library/sip_settings.php 11133 - header('HTTP/1.1 401 Unauthorized'); + header('HTTP/1.1 401 Unauthorized'); hunk ./library/sip_settings.php 11143 - $client_nonce_els=explode(":", base64_decode($data['nonce'])); - - if (md5($client_nonce_els[0].":".$_key) != $client_nonce_els[1]) { - header('HTTP/1.1 401 Unauthorized'); + $client_nonce_els=explode(":", base64_decode($data['nonce'])); + + if (md5($client_nonce_els[0].":".$_key) != $client_nonce_els[1]) { + header('HTTP/1.1 401 Unauthorized'); hunk ./library/sip_settings.php 11156 - if (microtime(true) > $client_nonce_els[0]) { + if (microtime(true) > $client_nonce_els[0]) {