| #560 | |
| #561 | break; |
| #562 | case 1: |
| #563 | |
| #564 | preg_match("/^(\d+)\_(\d+)$/i", $u_arr[0], $mat); |
| #565 | if( isset($mat[2]) ) { |
| #566 | if( !$this->mid_check($mat[1], $cfg) ){core::error404();} |
| #567 | $_GET['mid'] = $mat[1]; |
| #568 | $_GET['tagid'] = $mat[2]; |
| #569 | return true; |