diff options
-rwxr-xr-x | usr/local/www/firewall_nat_1to1.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/firewall_nat_1to1.php b/usr/local/www/firewall_nat_1to1.php index 3e0039c..ba1c364 100755 --- a/usr/local/www/firewall_nat_1to1.php +++ b/usr/local/www/firewall_nat_1to1.php @@ -81,7 +81,6 @@ include("head.inc"); <?php if ($savemsg) print_info_box($savemsg); ?> <?php if (file_exists($d_natconfdirty_path)): ?><p> <?php print_info_box_np("The NAT configuration has been changed.<br>You must apply the changes in order for them to take effect.");?><br> -<input name="apply" type="submit" class="formbtn" id="apply" value="Apply changes"></p> <?php endif; ?> <div id="mainarea"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td> |