detail wrt double slash
[platal.git] / classes / Xnet.php
index f1e3b79..9435a9d 100644 (file)
@@ -48,6 +48,11 @@ class Xnet extends Platal
         }
         return $ans;
     }
+
+    function force_login(&$page)
+    {
+        http_redirect(S::v('loginX'));
+    }
 }
 
 ?>