#2474 | case 3: |
#2475 | // hook parseurl_control_zishu_url_switch_3_before.php |
#2476 | $newurl = hashids_decrypt($u_arr[0]);//解密得到 mid zishuid 数组 |
#2477 | if(is_array($newurl) && isset($newurl[1])){ |
#2478 | $_GET['mid'] = (int)$newurl[0]; |
#2479 | $_GET['zishuid'] = (int)$newurl[1]; |
#2480 | return true; |
#2481 | } |
#2482 | // hook parseurl_control_zishu_url_switch_3_after.php |
#2483 | break; |