Latex za izvoze: IZVOZ-82: NUJNO: vprasanje s slikami: iskanje hrosca na strezniku, poskus ureditve tezave

This commit is contained in:
patrik2020 2021-06-14 15:19:35 +02:00
parent 316c180564
commit c8171fbfe2

View File

@ -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."</br>";