#581 | preg_match("/^(\d+)\_(\d+)$/i", $u_arr[0], $mat); |
#582 | if( isset($mat[2]) ) { |
#583 | if( !$this->mid_check($mat[1], $cfg) ){core::error404();} |
#584 | $_GET['mid'] = $mat[1]; |
#585 | $_GET['tagid'] = $mat[2]; |
#586 | return true; |
#587 | }elseif( $this->integer_check($u_arr[0]) ){ |
#588 | $_GET['mid'] = 2; |
#589 | $_GET['tagid'] = $u_arr[0]; |
#590 | return true; |