| #489 | } |
| #490 | }elseif( isset($mat['hashids']) ) { // {hashids} |
| #491 | $newurl = hashids_decrypt($mat['hashids']);//解密得到 cid id 数组 |
| #492 | if(is_array($newurl) && isset($newurl[1])){ |
| #493 | $_GET['cid'] = $newurl[0]; |
| #494 | $_GET['id'] = $newurl[1]; |
| #495 | return true; |
| #496 | } |
| #497 | } |
| #498 |