Update setting_edit.php

This commit is contained in:
FusionPBX
2018-12-13 17:34:49 -07:00
committed by GitHub
parent b61f5d0ab9
commit 4796b14411

View File

@@ -259,7 +259,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
echo "</tr>\n";
echo "<tr>\n";
echo "<td class='vncellreq' valign='top' align='left' nowrap>\n";
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
echo " ".$text['label-event_socket_acl']."\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
@@ -380,4 +380,5 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
//show the footer
require_once "resources/footer.php";
?>