From 530369c88ed9e1fd67d658f9f2487981a193e351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sat, 8 Feb 2020 21:40:48 +0100 Subject: moje debug stvari hehe --- main.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.php b/main.php index 2d50611..065e0c5 100644 --- a/main.php +++ b/main.php @@ -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, '')); $telo = html_entity_decode(html_entity_decode(get_string_between($sporocilo_output, "</span></p>", ""))); $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 -- cgit v1.2.3