diff --git a/delete-product.php b/delete-product.php index 63b7b19..b1cd073 100644 --- a/delete-product.php +++ b/delete-product.php @@ -33,4 +33,11 @@ } header("Location: ./my-products.php"); + function checkOwner() { + session_start(); + $_SESSION['userid']; + + } + + ?> \ No newline at end of file diff --git a/img/.7z b/img/.7z new file mode 100644 index 0000000..46e2c91 Binary files /dev/null and b/img/.7z differ