| #558 | if( !$this->mid_check($mat[1], $cfg) ){core::error404();} |
| #559 | $_GET['mid'] = $mat[1]; |
| #560 | $_GET['tagid'] = $mat[2]; |
| #561 | return true; |
| #562 | }elseif( $this->integer_check($u_arr[0]) ){ |
| #563 | $_GET['mid'] = 2; |
| #564 | $_GET['tagid'] = $u_arr[0]; |
| #565 | return true; |
| #566 | } |
| #567 |