| #554 | isset($mat['d']) and ($_GET['date_d'] = $mat['d']); |
| #555 | |
| #556 | $auth_key = $_ENV['_config']['auth_key']; |
| #557 | if (isset($mat['auth_key']) && $mat['auth_key'] != substr(md5($auth_key), 0, 6)) { |
| #558 | core::error404(); |
| #559 | } |
| #560 | |
| #561 | if (isset($mat['cid']) && isset($mat['id'])) { |
| #562 | // {cid} {id} 合组 |
| #563 | $_GET['cid'] = $mat['cid']; |