X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=classes%2Fxorg.php;h=83bc95223b6f856a6c3c7c58a6dcf0b6bff47202;hb=c76545c351fae4e2298624ff9ee5bf854dc5a5b6;hp=1049ca6183716cb70a03c3f894beb748e3d54618;hpb=dbbfabe9138005367547465c13e50b98f121bc36;p=platal.git diff --git a/classes/xorg.php b/classes/xorg.php index 1049ca6..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');