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... ';