Set target jail path on advanced config editor by default

This commit is contained in:
Jose
2020-03-20 20:24:39 -04:00
parent 1c219693c1
commit ff9889d592
4 changed files with 5 additions and 2 deletions

View File

@@ -97,6 +97,7 @@ if($_POST):
$container['jailname'] = $_POST['jailname'];
$confirm_name = $pconfig['confirmname'];
$item = $container['jailname'];
$_SESSION['item'] = $item;
if ($_POST['advanced']):
header('Location: bastille_manager_editor.php');
exit;