| #1055 | case 2: |
| #1056 | |
| #1057 | |
| #1058 | $newurl = decrypt($u_arr[0]);//解密得到 mid_tagid |
| #1059 | preg_match("/^(\d+)\_(\d+)$/i", $newurl, $mat); |
| #1060 | if( isset($mat[2]) ){ |
| #1061 | if( !$this->mid_check($mat[1], $cfg) ){core::error404();} |
| #1062 | $_GET['mid'] = (int)$mat[1]; |
| #1063 | $_GET['tagid'] = (int)$mat[2]; |
| #1064 | return true; |