From e6f980c783d2ab2cb5a5264cf7dd4fb6f6d94cd6 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sun, 30 Aug 2015 04:50:13 +0200 Subject: [PATCH] bug in redirect --- include/user_common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/user_common.php b/include/user_common.php index 840754b54..aa8f67bc7 100644 --- a/include/user_common.php +++ b/include/user_common.php @@ -211,7 +211,7 @@ function CleanUrl() } function redirect($p_string,$p_time=0) { - if (strpos('?', $p_string) == 0 ) { + if (strpos( $p_string,'?') == 0 ) { $p_string = $p_string.'?v='.microtime(true); } echo ' Connecting... ';