bug in redirect
This commit is contained in:
parent
dfd16a855e
commit
e6f980c783
1 changed files with 1 additions and 1 deletions
|
|
@ -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 '<HTML><head><META HTTP-EQUIV="REFRESH" content="'.$p_time.';url='.$p_string.'"></head><body> Connecting... </body></html>';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue