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 /nutrient_chooser.php | |
| parent | cb977f3c5c80f4a4ca58437c7479d2e431a089e0 (diff) | |
Removed .php extension from URLs.
Diffstat (limited to 'nutrient_chooser.php')
| -rw-r--r-- | nutrient_chooser.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nutrient_chooser.php b/nutrient_chooser.php index fb1f1da..fa105b2 100644 --- a/nutrient_chooser.php +++ b/nutrient_chooser.php @@ -58,7 +58,7 @@ if ( isset($_POST['setNutrients']) ) { $_SESSION['systemMsg'] = "<span class='msgError'>There were errors saving your nutrient list.</span>"; } # redirect the user back to this same page with a GET request - header("Location: {$config->_rootUri}/nutrient_chooser.php"); + header("Location: {$config->_rootUri}/nutrient_chooser"); exit; } |
