Update sip_profile_edit.php

This commit is contained in:
FusionPBX
2025-10-18 07:21:07 -06:00
committed by GitHub
parent 729b3bf314
commit 7ac3a37a4e

View File

@@ -240,7 +240,7 @@
}
//get the hostname
if (empty($sip_profile_hostname) {
if (empty($sip_profile_hostname)) {
$sip_profile_hostname = gethostname();
}