| #266 | $_GET['ri'] = $mat[3]; |
| #267 | return; |
| #268 | } |
| #269 | |
| #270 | //年月的吉日 |
| #271 | $pattern = '/^'.$prefix.'\/(\d+)-(\d+)$/'; |
| #272 | preg_match($pattern, $newurl, $mat); |
| #273 | if(isset($mat[2]) && $mat[2]){ |
| #274 | $_GET['action'] = 'yue'; |
| #275 | $_GET['nian'] = $mat[1]; |