Revert "Initial work on the rewriting of the profile/edit page"
[platal.git] / classes / xnet.php
index 88c600c..58d1375 100644 (file)
@@ -47,7 +47,7 @@ class Xnet extends Platal
         return parent::find_nearest_key($key, $array);
     }
 
-    protected function near_hook()
+    public function near_hook()
     {
         global $globals;
         $link = str_replace('%grp', $globals->asso('diminutif'), parent::near_hook());
@@ -60,6 +60,7 @@ class Xnet extends Platal
     protected function find_hook()
     {
         $ans = parent::find_hook();
+        $this->https = false;
         if ($ans && $this->ns) {
             $this->path    = $this->ns . substr($this->path, 5);
             $this->argv[0] = $this->ns . substr($this->argv[0], 5);
@@ -67,7 +68,7 @@ class Xnet extends Platal
         return $ans;
     }
 
-    protected function force_login(&$page)
+    public function force_login(&$page)
     {
         http_redirect(S::v('loginX'));
     }