noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 03/219: Improve redirect


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 03/219: Improve redirect
Date: Mon, 18 Dec 2017 13:22:26 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 40e8c3a1152442751ec4487bc9a2d3440b8223a2
Author: Dany De Bontridder <address@hidden>
Date:   Tue Jul 11 00:05:49 2017 +0200

    Improve redirect
---
 include/lib/user_common.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/lib/user_common.php b/include/lib/user_common.php
index b7d4c91..01da3bd 100644
--- a/include/lib/user_common.php
+++ b/include/lib/user_common.php
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]