| #983 | empty($_GET['cid']) && core::error404(); |
| #984 | |
| #985 | $_GET['id'] = $mat['id']; |
| #986 | return true; |
| #987 | }elseif( isset($mat['password']) ) { // {password} |
| #988 | $newurl = decrypt($mat['password']);//解密得到 cid_id |
| #989 | preg_match("/^(\d+)\_(\d+)$/i", $newurl, $mat); |
| #990 | if( isset($mat[2]) ) { |
| #991 | $_GET['cid'] = $mat[1]; |
| #992 | $_GET['id'] = $mat[2]; |