#6346 | } |
#6347 | // hook parseurl_control_shiren_url_switch_1_after.php |
#6348 | break; |
#6349 | case 2: |
#6350 | // hook parseurl_control_shiren_url_switch_2_before.php |
#6351 | $newurl = decrypt($u_arr[0]);//解密得到 mid_shirenid |
#6352 | preg_match("/^(\d+)\_(\d+)$/i", $newurl, $mat); |
#6353 | if( isset($mat[2]) ){ |
#6354 | if( !$this->mid_check($mat[1], $cfg) ){core::error404();} |
#6355 | $_GET['mid'] = (int)$mat[1]; |