mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
(legacy) small fix in firewall_nat_out_edit.php
This commit is contained in:
parent
4a12e38ce3
commit
f14846c2ed
@ -706,7 +706,7 @@ include("head.inc");
|
||||
<input name="Submit" type="submit" class="btn btn-primary" value="<?=gettext("Save"); ?>" />
|
||||
<input type="button" class="btn btn-default" value="<?=gettext("Cancel");?>" onclick="window.location.href='<?=(isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : '/firewall_nat_out.php');?>'" />
|
||||
<?php
|
||||
if (isset($id) && $a_out[$id]):
|
||||
if (isset($id)):
|
||||
?>
|
||||
<input name="id" type="hidden" value="<?=$id;?>" />
|
||||
<?php
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user