| #777 | if($newurl){ |
| #778 | if(is_numeric($newurl) && $newurl > 0){ |
| #779 | $_GET['mid'] = 2; |
| #780 | $_GET['page'] = $newurl; |
| #781 | }else{ |
| #782 | $u_arr = explode('_', $newurl); |
| #783 | if(count($u_arr) > 2){core::error404();} |
| #784 | if(!$this->mid_check($u_arr[0], $cfg)){core::error404();} |
| #785 | |
| #786 | $_GET['mid'] = $u_arr[0]; |