| #1294 | preg_match("/^(\d+)\_(\d+)$/i", $newurl, $mat); |
| #1295 | if( isset($mat[2]) ){ |
| #1296 | if( !$this->mid_check($mat[1], $cfg) ){core::error404();} |
| #1297 | $_GET['mid'] = (int)$mat[1]; |
| #1298 | $_GET['tagid'] = (int)$mat[2]; |
| #1299 | return true; |
| #1300 | } |
| #1301 | |
| #1302 | |
| #1303 | break; |