| #892 | $_GET['mid'] = 2; |
| #893 | $_GET['id'] = $newurl; |
| #894 | return true; |
| #895 | } |
| #896 | preg_match("/^(\d+)\_(\d+)$/i", $newurl, $mat); |
| #897 | if( isset($mat[2]) ) { |
| #898 | if( !$this->mid_check($mat[1], $cfg) ){core::error404();} |
| #899 | $_GET['mid'] = $mat[1]; |
| #900 | $_GET['id'] = $mat[2]; |
| #901 | return true; |