diff options
-rwxr-xr-x | config/haproxy/haproxy_global.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/haproxy/haproxy_global.php b/config/haproxy/haproxy_global.php index 95e6eb0b..6931f37d 100755 --- a/config/haproxy/haproxy_global.php +++ b/config/haproxy/haproxy_global.php @@ -198,7 +198,6 @@ function enable_change(enable_change) { <td width="22%" valign="top" class="vtable"> </td> <td width="78%" class="vtable"> <input name="enablesync" type="checkbox" value="yes" <?php if ($pconfig['enablesync']) echo "checked"; ?>> - <br/> <strong>Sync XMLRPC configuration to backup CARP members</strong> </td> </tr> |