Update destination_edit.php

This commit is contained in:
FusionPBX 2019-04-29 14:33:32 -06:00 committed by GitHub
parent 50b840ddde
commit ed560bca10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -892,7 +892,7 @@
echo " ".$text['label-destination_prefix']."\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <input class='formfld' type='text' name='destination_prefix' maxlength='255' value=\"".escape($destination_prefix)."\" required='required'>\n";
echo " <input class='formfld' type='text' name='destination_prefix' maxlength='32' value=\"".escape($destination_prefix)."\">\n";
echo "<br />\n";
echo $text['description-destination_prefix']."\n";
echo "</td>\n";