summaryrefslogtreecommitdiff
path: root/it_url.class
diff options
context:
space:
mode:
Diffstat (limited to 'it_url.class')
-rw-r--r--it_url.class3
1 files changed, 0 insertions, 3 deletions
diff --git a/it_url.class b/it_url.class
index ced7a7b..3d407eb 100644
--- a/it_url.class
+++ b/it_url.class
@@ -879,9 +879,6 @@ static function redirect($url = null, $type = "temporary")
$url = preg_replace("/[\r\n].*/", '', static::absolute($url)); # Security: cut after CR/LF
- if ($_GET['utest'])
- $url = it::replace(['[?&]uok=1' => ""], $url); # remove marker for correctly passed through U()
-
#if (!$_POST && $url == $_SERVER['SCRIPT_URI'])
# it::error("redirect to self. " . $_SERVER['SCRIPT_URI'] . " -> $url");