X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=classes%2Fxorg.php;h=e2a1cef4f43c92e61db379b37292c4d9876f78a6;hb=0c9edc89377266444fa06b77104dc5781eae1698;hp=2c7e2d241f56953abecf7ff868d8313fc1f71916;hpb=8d84c630f353ef0534e02325507ed35cc2f0d28f;p=platal.git diff --git a/classes/xorg.php b/classes/xorg.php index 2c7e2d2..e2a1cef 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');