UpdateCurrencyRate.php
authorEdward <edward@roojs.com>
Mon, 20 Oct 2014 06:44:59 +0000 (14:44 +0800)
committerEdward <edward@roojs.com>
Mon, 20 Oct 2014 06:44:59 +0000 (14:44 +0800)
UpdateCurrencyRate.php

index cf63a67..fb40f3f 100644 (file)
@@ -46,7 +46,7 @@ class Pman_Core_UpdateCurrencyRate extends Pman
         
         $response = $this->curl($this->actionUrl, $params, 'POST');
         
-        print_r($response);exit;
+        file_put_contents('/tmp/test.html', $response);
         
     }