Cosmetic changes and version number adjust

This commit is contained in:
Jose
2019-11-20 07:09:32 -04:00
parent 05e5e7ad5d
commit ffe34ddc12
5 changed files with 27 additions and 18 deletions

View File

@@ -83,7 +83,7 @@ if($_POST):
$jname = $pconfig['jailname'];
$ipaddr = $pconfig['ipaddress'];
$release = $pconfig['release'];
if ($_POST['interface'] == 'NONE'):
if ($_POST['interface'] == 'Config'):
$interface = "";
else:
$interface = $pconfig['interface'];