diff options
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; } |
