#627 | |
#628 | preg_match('/^(\d+)\_(.+)$/i', $u_arr[0], $mat); |
#629 | if( isset($mat[2]) ) { |
#630 | if( !$this->mid_check($mat[1], $cfg) ){core::error404();} |
#631 | $_GET['mid'] = $mat[1]; |
#632 | $_GET['name'] = $mat[2]; |
#633 | return true; |
#634 | }else{ |
#635 | $_GET['mid'] = 2; |
#636 | $_GET['name'] = $u_arr[0]; |