diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2012-12-31 15:27:39 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2012-12-31 15:27:39 +0000 |
| commit | 0b07d7392c2e269bbc6944cd9ab72900126b9f7c (patch) | |
| tree | 0a6694a0fa454d6a97b5d20fbde5c4322c337037 /edit_food.php | |
| parent | cb977f3c5c80f4a4ca58437c7479d2e431a089e0 (diff) | |
Removed .php extension from URLs.
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": |
