Redirect to add a product
This commit is contained in:
parent
25a683289d
commit
b2ca7d2cd1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ if (isset($_POST['name'])) {
|
|||
(' . $_SESSION['user']['id'] . ', "' . $_POST['name'] . '")
|
||||
;');
|
||||
|
||||
header('Location: ?page=home');
|
||||
header('Location: /?page=wishlist-product-add');
|
||||
die();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue