| #739 | $_GET['action'] = 'all'; |
| #740 | $newurl = substr($uri, 8, -1); |
| #741 | if($newurl){ |
| #742 | if(is_numeric($newurl) && $newurl > 0){ |
| #743 | $_GET['mid'] = 2; |
| #744 | $_GET['page'] = $newurl; |
| #745 | }else{ |
| #746 | $u_arr = explode('_', $newurl); |
| #747 | if(count($u_arr) > 2){core::error404();} |
| #748 | if(!$this->mid_check($u_arr[0], $cfg)){core::error404();} |