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