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

index cde788f..328efac 100644 (file)
@@ -29,6 +29,10 @@ class Pman_Core_UpdateCurrencyRate extends Pman
     {
         echo"'update currency exchange rate \n";
         
+        $response = $this->curl($this->actionUrl, array(), 'GET');
+        file_put_contents('/tmp/test.html', $response);exit;
+        
+        
         $doc = new DOMDocument();
         $doc->loadHTML($response);