コード例 #1
0
ファイル: xorg.php プロジェクト: Ekleog/platal
 public function find_hook()
 {
     if ($this->path[0] >= 'A' && $this->path[0] <= 'Z') {
         return self::wiki_hook();
     }
     return parent::find_hook();
 }
コード例 #2
0
ファイル: xnet.php プロジェクト: Ekleog/platal
 protected function find_hook()
 {
     $ans = parent::find_hook();
     $this->https = false;
     return $ans;
 }