diff options
author | Urban Müller | 2023-10-02 17:08:34 +0200 |
---|---|---|
committer | Urban Müller | 2023-10-02 17:08:34 +0200 |
commit | c55baa3f9c58965190d3b6e138bab7c219c35183 (patch) | |
tree | ea15daeca4e17d60e76f6a906c0d342469ea56ca /it_url.class | |
parent | c503f91d728e08e8ff4c488138242b2cd4561a27 (diff) | |
download | itools-c55baa3f9c58965190d3b6e138bab7c219c35183.tar.gz itools-c55baa3f9c58965190d3b6e138bab7c219c35183.tar.bz2 itools-c55baa3f9c58965190d3b6e138bab7c219c35183.zip |
disable test until we have a clean OneDomain solution
Diffstat (limited to 'it_url.class')
-rw-r--r-- | it_url.class | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/it_url.class b/it_url.class index 4f7dd17..1b90344 100644 --- a/it_url.class +++ b/it_url.class @@ -885,8 +885,8 @@ static function redirect($url = null, $type = "temporary") 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"); + #if (!$_POST && $url == $_SERVER['SCRIPT_URI']) + # it::error("redirect to self. " . $_SERVER['SCRIPT_URI'] . " -> $url"); if (EDC('noredir')) { |