| #376 | if(isset($matches[2]) && $matches[2] && $table){ |
| #377 | if($matches[1] == 'yingyucidian'){ |
| #378 | $title = urldecode($matches[2]); |
| #379 | }else{ |
| #380 | $title = misc_utf816_re($matches[2]); |
| #381 | } |
| #382 | $r = $this->guoxue->get_content($title, $table); |
| #383 | if($r){ |
| #384 | $_GET['control'] = 'show'; |
| #385 | $_GET['action'] = 'index'; |