| #729 | } |
| #730 | preg_match("/^index_(\d+)_(\d+)$/i", $newurl, $mat); |
| #731 | if( isset($mat[2]) ){ |
| #732 | if(!$this->mid_check($mat[1], $cfg)){core::error404();} |
| #733 | if(!$this->integer_check($mat[2])){core::error404();} |
| #734 | |
| #735 | $_GET['control'] = 'index'; |
| #736 | $_GET['action'] = 'index'; |
| #737 | $_GET['mid'] = $mat[1]; |
| #738 | $_GET['page'] = $mat[2]; |