redirect incorrect : fix small bug
This commit is contained in:
parent
014f6e3abe
commit
a315bd4f3a
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ function redirect($p_string,$p_time=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>';
|
||||
echo '<HTML><head><META HTTP-EQUIV="REFRESH" content="'.$p_time.'; url='.$p_string.'"></head><body> Connecting... </body></html>';
|
||||
}
|
||||
/*!\brief remove the useless space, change comma by period and try to return
|
||||
* a number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue