| #615 | |
| #616 | |
| #617 | $newurl = decrypt($u_arr[0]);//解密得到 mid_tagid |
| #618 | preg_match("/^(\d+)\_(\d+)$/i", $newurl, $mat); |
| #619 | if( isset($mat[2]) ){ |
| #620 | if( !$this->mid_check($mat[1], $cfg) ){core::error404();} |
| #621 | $_GET['mid'] = (int)$mat[1]; |
| #622 | $_GET['tagid'] = (int)$mat[2]; |
| #623 | return true; |
| #624 | } |