X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=classes%2Fxorg.php;h=83bc95223b6f856a6c3c7c58a6dcf0b6bff47202;hb=f31c2a2484c122c1ed4928cb9d461917069e4418;hp=2c7e2d241f56953abecf7ff868d8313fc1f71916;hpb=9891bd15f772caef0c199a98f036e976bf4ab94a;p=platal.git diff --git a/classes/xorg.php b/classes/xorg.php index 2c7e2d2..83bc952 100644 --- a/classes/xorg.php +++ b/classes/xorg.php @@ -1,6 +1,6 @@ path{0} >= 'A' && $this->path{0} <= 'Z') { + return self::wiki_hook(); + } + return parent::find_hook(); + } + public function force_login(PlPage &$page) { header($_SERVER['SERVER_PROTOCOL'] . ' 403 Forbidden');