Ejemplo n.º 1
0
 public function find_hook()
 {
     if ($this->path[0] >= 'A' && $this->path[0] <= 'Z') {
         return self::wiki_hook();
     }
     return parent::find_hook();
 }
Ejemplo n.º 2
0
 protected function find_hook()
 {
     $ans = parent::find_hook();
     $this->https = false;
     return $ans;
 }