#519 | |
#520 | $_GET['id'] = $mat['id']; |
#521 | return true; |
#522 | }elseif( isset($mat['password']) ) { // {password} |
#523 | $newurl = decrypt($mat['password']);//解密得到 cid_id |
#524 | preg_match("/^(\d+)\_(\d+)$/i", $newurl, $mat); |
#525 | if( isset($mat[2]) ) { |
#526 | $_GET['cid'] = $mat[1]; |
#527 | $_GET['id'] = $mat[2]; |
#528 | return true; |