| #404 | core::error404(); |
| #405 | } |
| #406 | |
| #407 | if( isset($mat['cid']) && isset($mat['id']) ) { // {cid} {id} 合组 |
| #408 | $_GET['cid'] = $mat['cid']; |
| #409 | $_GET['id'] = $mat['id']; |
| #410 | return true; |
| #411 | }elseif( isset($mat['mid']) && isset($mat['id']) && $this->mid_check($mat['mid'], $cfg) ) { // {mid} {id} 合组 |
| #412 | $_GET['mid'] = $mat['mid']; |
| #413 | $_GET['id'] = $mat['id']; |