#7489 | switch ($cfg['link_jiegou_type']){ |
#7490 | case 0: |
#7491 | // hook parseurl_control_jiegou_url_switch_0_before.php |
#7492 | preg_match('/^(\d+)\_(.+)$/i', $u_arr[0], $mat); |
#7493 | if( isset($mat[2]) ) { |
#7494 | if( !$this->mid_check($mat[1], $cfg) ){core::error404();} |
#7495 | $_GET['mid'] = $mat[1]; |
#7496 | $_GET['name'] = $mat[2]; |
#7497 | return true; |
#7498 | }else{ |