', $output); if (empty($error)) $error = _('Error: vesta did not return any output.'); $_SESSION['error_msg'] = $error; } unset($output); } $back = $_SESSION['back']; if (!empty($back)) { header("Location: ".$back); exit; } header("Location: /list/package/"); exit;