diff options
Diffstat (limited to 'edit_food.php')
| -rw-r--r-- | edit_food.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_food.php b/edit_food.php index 6c60023..295b84d 100644 --- a/edit_food.php +++ b/edit_food.php @@ -107,7 +107,7 @@ switch ( $_POST['action'] ) { } break; case "Edit": - header("Location: {$config->_rootUri}/edit_food.php?food={$_POST['food']}&action=showFoods"); + header("Location: {$config->_rootUri}/edit_food?food={$_POST['food']}&action=showFoods"); exit; break; case "Modify": |
