#3707 | $u_arr = explode('_', $newurl); |
#3708 | if(count($u_arr) > 2){core::error404();} |
#3709 | if(!$this->mid_check($u_arr[0], $cfg)){core::error404();} |
#3710 | |
#3711 | $_GET['mid'] = $u_arr[0]; |
#3712 | if(is_numeric($u_arr[1]) && $u_arr[1] > 0){ |
#3713 | $_GET['page'] = $u_arr[1]; |
#3714 | }else{ |
#3715 | core::error404(); |
#3716 | } |