| #606 | case 2: |
| #607 | |
| #608 | |
| #609 | $newurl = decrypt($u_arr[0]);//解密得到 mid_tagid |
| #610 | preg_match("/^(\d+)\_(\d+)$/i", $newurl, $mat); |
| #611 | if( isset($mat[2]) ){ |
| #612 | if( !$this->mid_check($mat[1], $cfg) ){core::error404();} |
| #613 | $_GET['mid'] = (int)$mat[1]; |
| #614 | $_GET['tagid'] = (int)$mat[2]; |
| #615 | return true; |