From 0b07d7392c2e269bbc6944cd9ab72900126b9f7c Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Mon, 31 Dec 2012 15:27:39 +0000 Subject: Removed .php extension from URLs. --- nutrient_chooser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nutrient_chooser.php') 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'] = "There were errors saving your nutrient list."; } # 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; } -- cgit v1.2.3