UpdateCurrencyRate.php
authorEdward <edward@roojs.com>
Mon, 20 Oct 2014 07:11:58 +0000 (15:11 +0800)
committerEdward <edward@roojs.com>
Mon, 20 Oct 2014 07:11:58 +0000 (15:11 +0800)
UpdateCurrencyRate.php

index cd2cde7..1443cf3 100644 (file)
@@ -30,7 +30,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman
         echo"'update currency exchange rate \n";
         
         $response = $this->curl($this->actionUrl, array(), 'GET');
-        
+        echo $response;exit;
         $doc = new DOMDocument();
         $doc->loadHTML($response);