Infra 1944 - Making sure the campaignKey is always uppercase Signed-off-by: Eric Poirier <eric@eclipse.org>
diff --git a/redirector.php b/redirector.php index d1631e5..0d08249 100644 --- a/redirector.php +++ b/redirector.php
@@ -50,8 +50,9 @@ require_once "/home/data/httpd/eclipse-php-classes/system/dbconnection_rw.class.php"; $App = new App(); - # get the incoming parameters - $_TAG = $App->getHTTPParameter("tag", "GET"); + # get the incoming parameters + # and Making sure the $_TAG is always uppercase + $_TAG = strtoupper($App->getHTTPParameter("tag", "GET")); if(strlen($_TAG) < 1) { # error