#849 | if( isset($mat[1]) ){ |
#850 | if(!$this->integer_check($mat[1])){core::error404();} |
#851 | $_GET['control'] = 'index'; |
#852 | $_GET['action'] = 'index'; |
#853 | $_GET['mid'] = 2; |
#854 | $_GET['page'] = $mat[1]; |
#855 | return true; |
#856 | } |
#857 | preg_match("/^index_(\d+)_(\d+)$/i", $newurl, $mat); |
#858 | if( isset($mat[2]) ){ |