Update setting_edit.php

This commit is contained in:
FusionPBX 2018-12-13 17:57:36 -07:00 committed by GitHub
parent 4a30ae883e
commit 6693bc3837
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo "<td class='vtable' align='left'>\n";
echo " <input class='formfld' type='text' name='xml_rpc_auth_user' maxlength='255' value=\"".escape($xml_rpc_auth_user)."\">\n";
echo "<br />\n";
echo $text['description-xml-rpc-user']."\n";
echo $text['description-xml_rpc_auth_user']."\n";
echo "</td>\n";
echo "</tr>\n";