summaryrefslogtreecommitdiff
path: root/nutrient_chooser.php
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2012-12-31 15:27:39 +0000
committerNathan Kinkade <nath@nkinka.de>2012-12-31 15:27:39 +0000
commit0b07d7392c2e269bbc6944cd9ab72900126b9f7c (patch)
tree0a6694a0fa454d6a97b5d20fbde5c4322c337037 /nutrient_chooser.php
parentcb977f3c5c80f4a4ca58437c7479d2e431a089e0 (diff)
Removed .php extension from URLs.
Diffstat (limited to 'nutrient_chooser.php')
-rw-r--r--nutrient_chooser.php2
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;
}