| #1437 | $newurl = urldecode($newurl); |
| #1438 | |
| #1439 | preg_match('/^(\d+)画$/', $newurl, $mat); |
| #1440 | |
| #1441 | if(isset($mat[1])) { |
| #1442 | // 使用bihua控制器来处理 |
| #1443 | $_GET['control'] = 'bihua'; |
| #1444 | $_GET['action'] = 'index'; |
| #1445 | $_GET['bihua'] = $mat[1]; |
| #1446 | return true; |