| #889 | |
| #890 | |
| #891 | if($this->integer_check($newurl)){ |
| #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();} |