mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Remove the limit on the setting value of 255 as it blocks the length fax footer.
This commit is contained in:
@@ -590,7 +590,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
echo " </select>\n";
|
||||
}
|
||||
else {
|
||||
echo " <input class='formfld' type='text' name='domain_setting_value' maxlength='255' value=\"".$row['domain_setting_value']."\">\n";
|
||||
echo " <input class='formfld' type='text' name='domain_setting_value' value=\"".$row['domain_setting_value']."\">\n";
|
||||
}
|
||||
echo "<br />\n";
|
||||
echo $text['description-value']."\n";
|
||||
|
||||
Reference in New Issue
Block a user