| #975 | $_GET['id'] = $mat['id']; |
| #976 | return true; |
| #977 | }elseif( isset($mat['password']) ) { // {password} |
| #978 | $newurl = decrypt($mat['password']);//解密得到 cid_id |
| #979 | preg_match("/^(\d+)\_(\d+)$/i", $newurl, $mat); |
| #980 | if( isset($mat[2]) ) { |
| #981 | $_GET['cid'] = $mat[1]; |
| #982 | $_GET['id'] = $mat[2]; |
| #983 | return true; |
| #984 | } |