#122 | }else{ |
#123 | $_GET['currency'] = 'usd'; |
#124 | } |
#125 | $_GET['allcurrencies'] = 0; |
#126 | return; |
#127 | } |
#128 | //匹配exchange-rates/eur/allcurrencies.html |
#129 | $pattern = '/^exchange-rates\/([a-zA-Z]{3})\/allcurrencies$/'; |
#130 | preg_match($pattern, $newurl, $mat); |
#131 | if( isset($mat[1]) ){ |