mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 10:23:50 +00:00
Update sip_profile_edit.php
This commit is contained in:
@@ -463,7 +463,7 @@
|
||||
echo " ".$text['label-sip_profile_description']."\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
echo " <textarea class='formfld' type='text' name='sip_profile_description'>".escape($sip_profile_description)."</textarea>\n";
|
||||
echo " <textarea class='formfld' type='text' name='sip_profile_description'>".$sip_profile_description."</textarea>\n";
|
||||
echo "<br />\n";
|
||||
echo $text['description-sip_profile_description']."\n";
|
||||
echo "</td>\n";
|
||||
@@ -485,4 +485,4 @@
|
||||
//include the footer
|
||||
require_once "resources/footer.php";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user