diff --git a/add-produit.php b/add-product.php similarity index 100% rename from add-produit.php rename to add-product.php diff --git a/list-cupboard.php b/list-cupboards.php similarity index 100% rename from list-cupboard.php rename to list-cupboards.php diff --git a/welcome.php b/welcome.php index 122d1a7..de62370 100644 --- a/welcome.php +++ b/welcome.php @@ -2,29 +2,43 @@ require_once("./assets/php/utils.php"); // Check if the user is logged in, if not then redirect him to login page -if(!is_connected()){ +if (!is_connected()) { header("location: login.php"); exit; } ?> - + +
Reset Your Password Sign Out of Your Account
++ List cupboards + List products +
++ Add cupboard + Add product +
+ \ No newline at end of file