X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=classes%2Fxorg.php;h=83bc95223b6f856a6c3c7c58a6dcf0b6bff47202;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=2c7e2d241f56953abecf7ff868d8313fc1f71916;hpb=59bec5bc5512a4f962ebac7b0346f59cdf56f901;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');