#2046 | $_GET['mid'] = 2; |
#2047 | $_GET['page'] = $mat[1]; |
#2048 | return true; |
#2049 | } |
#2050 | preg_match("/^index_(\d+)_(\d+)$/i", $newurl, $mat); |
#2051 | if( isset($mat[2]) ){ |
#2052 | if(!$this->mid_check($mat[1], $cfg)){core::error404();} |
#2053 | if(!$this->integer_check($mat[2])){core::error404();} |
#2054 | |
#2055 | $_GET['control'] = 'index'; |