Redirect to add a product

This commit is contained in:
Jay Trees 2022-01-17 13:52:16 +01:00
parent 25a683289d
commit b2ca7d2cd1

View file

@ -16,7 +16,7 @@ if (isset($_POST['name'])) {
(' . $_SESSION['user']['id'] . ', "' . $_POST['name'] . '")
;');
header('Location: ?page=home');
header('Location: /?page=wishlist-product-add');
die();
}