Ignore:
Timestamp:
Jan 2, 2014, 1:20:35 PM (11 years ago)
Author:
chronos
Message:
  • Odstraněno: Ladící výpisy z Fio importu.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/FinanceBankAPI/FioAPI.php

    r550 r628  
    3131    $RequestURL = '/ib_api/rest/periods/'.$this->Token.'/'.
    3232      date('Y-m-d', $TimeFrom).'/'.date('Y-m-d', $TimeTo).'/transactions.'.$this->Format;
    33     echo($RequestURL);
    3433    $Response = file_get_contents('https://www.fio.cz'.$RequestURL);
    3534    if($Response == FALSE)
     
    3837    } else
    3938    {
    40       echo($Response);
    4139      if($this->Format == 'gpc') $Response = iconv('windows-1250', $this->Encoding, $Response);
    4240      $Response = explode("\n", $Response);
Note: See TracChangeset for help on using the changeset viewer.