From c8171fbfe2eb936b02b481cf65a8d14925c3b54e Mon Sep 17 00:00:00 2001 From: patrik2020 Date: Mon, 14 Jun 2021 15:19:35 +0200 Subject: [PATCH] Latex za izvoze: IZVOZ-82: NUJNO: vprasanje s slikami: iskanje hrosca na strezniku, poskus ureditve tezave --- admin/survey/export/latexclasses/class.LatexSurveyElement.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/survey/export/latexclasses/class.LatexSurveyElement.php b/admin/survey/export/latexclasses/class.LatexSurveyElement.php index cd7279983..556abbf2f 100644 --- a/admin/survey/export/latexclasses/class.LatexSurveyElement.php +++ b/admin/survey/export/latexclasses/class.LatexSurveyElement.php @@ -1286,8 +1286,8 @@ class LatexSurveyElement{ //$command = 'wget -O \''.$imageName.'\' -O '.$path.' '; }elseif(IS_LINUX){ //za linux sisteme //exec('wget URL -P PATH '); - $command = 'wget \''.$imageName.'\' -P '.$path.' '; - //$command = 'wget -O '.$path.' \''.$imageName.'\' '; + //$command = 'wget \''.$imageName.'\' -P '.$path.' '; + $command = 'wget -O '.$path.' \''.$imageName.'\' '; } //echo "command: ".$command."
";