detail wrt double slash
[platal.git] / classes / Xnet.php
index 36f679e..9435a9d 100644 (file)
@@ -51,7 +51,7 @@ class Xnet extends Platal
 
     function force_login(&$page)
     {
-        redirect(S::v('loginX'));
+        http_redirect(S::v('loginX'));
     }
 }