| #407 | isset($mat['d']) AND $_GET['date_d'] = $mat['d']; |
| #408 | |
| #409 | $auth_key = $_ENV['_config']['auth_key']; |
| #410 | if( isset($mat['auth_key']) && $mat['auth_key'] != substr(md5($auth_key), 0, 6) ){ |
| #411 | core::error404(); |
| #412 | } |
| #413 | |
| #414 | if( isset($mat['cid']) && isset($mat['id']) ) { // {cid} {id} 合组 |
| #415 | $_GET['cid'] = $mat['cid']; |
| #416 | $_GET['id'] = $mat['id']; |