noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 11/323: redirect incorrect : fix small bug


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 11/323: redirect incorrect : fix small bug
Date: Wed, 14 Mar 2018 17:38:09 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit a315bd4f3a0c0ac03a675443b438372143758b71
Author: Dany De Bontridder <address@hidden>
Date:   Thu Dec 28 18:48:46 2017 +0100

    redirect incorrect : fix small bug
---
 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 01da3bd..c3166e7 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]