diff --git a/front/server.form.php b/front/server.form.php index 41e2cc1..ef97b14 100644 --- a/front/server.form.php +++ b/front/server.form.php @@ -27,7 +27,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') { ServerAsset::connectAssetToServer($itemtype, $items_id, $server_id); } - Html::redirect(PLUGIN_URBACKUP_WEB_DIR . '/front/server.php?id=' . $server_id); + Html::redirect(PLUGIN_URBACKUP_WEB_DIR . '/front/server.form.php?id=' . $server_id); } $id = $_POST['id'] ?? 0;