예제 #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;
 }