removed useless lines

This commit is contained in:
Louis Vallat 2019-11-11 15:00:26 +01:00
parent 6459b30960
commit efba13e55c
2 changed files with 0 additions and 5 deletions

View File

@ -53,10 +53,6 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
echo $cupboard_name_err; echo $cupboard_name_err;
echo $cupboard_description_err; echo $cupboard_description_err;
} }
exit();
} }
?> ?>

View File

@ -91,7 +91,6 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
echo $expiration_date_err; echo $expiration_date_err;
echo $cupboard_err . $_POST["cupboard"]; echo $cupboard_err . $_POST["cupboard"];
} }
exit();
} }
// ============================================================================= // =============================================================================