diff options
-rw-r--r-- | main.php | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -490,9 +490,6 @@ Errors: } } } - // file_put_contents("/tmp/m".$stran.".json", json_encode($msgkat)); // debug - // file_put_contents("/tmp/krneki".$stran.".txt", $postbody); // debug - // file_put_contents("/tmp/o".$stran.".txt", $sporocilaseznam_output); // debug } return $msgkat; } @@ -504,7 +501,6 @@ Errors: curl_setopt($ch, CURLOPT_URL, $this->gimsisextmodsporocilo."?params=IdMsg%3D".explode("|", $id)[0]); curl_setopt($ch, CURLOPT_POST, 0); $sporocilo_output = curl_exec($ch); - file_put_contents("/tmp/as2.txt", $sporocilo_output); $zadeva = html_entity_decode(get_string_between($sporocilo_output, '<input name="ctl00$ModalMasterBody$edtZadeva" type="text" value="', '" id="ctl00_ModalMasterBody_edtZadeva" />')); $telo = html_entity_decode(html_entity_decode(get_string_between($sporocilo_output, "</span></p>", "</textarea>"))); $posiljatelj = html_entity_decode(html_entity_decode(get_string_between($sporocilo_output, "><b>Od</b>: ", "<br /><b>Poslano</b>: "))); // ne trudi se za prejemnika, gimsisglitch(C)12 |