#119 | if( isset($mat[0]) ){ |
#120 | $_GET['control'] = 'huilv'; |
#121 | $_GET['action'] = 'exchange_rate'; |
#122 | if(isset($mat[1])){ |
#123 | $_GET['currency'] = $mat[1]; |
#124 | }else{ |
#125 | $_GET['currency'] = 'usd'; |
#126 | } |
#127 | $_GET['allcurrencies'] = 0; |
#128 | return; |