#859 | $u_arr = explode('_', $newurl); |
#860 | if(count($u_arr) > 2){core::error404();} |
#861 | if(!$this->mid_check($u_arr[0], $cfg)){core::error404();} |
#862 | |
#863 | $_GET['mid'] = $u_arr[0]; |
#864 | if(is_numeric($u_arr[1]) && $u_arr[1] > 0){ |
#865 | $_GET['page'] = $u_arr[1]; |
#866 | }else{ |
#867 | core::error404(); |
#868 | } |