Esempio n. 1
0
 /**
  * URL rewritting for index.php
  */
 public function index()
 {
     $this->core->path = $this->core->seo_path['phpbb_urlR'];
     if ($this->core->filter_url($this->core->stop_vars)) {
         $this->core->url = $this->core->seo_static['index'] . $this->core->seo_ext['index'];
         return;
     }
     $this->core->path = $this->core->seo_path['phpbb_url'];
     return;
 }