Code comment

This commit is contained in:
Laurent Destailleur 2018-02-15 13:21:58 +01:00
parent d547d1a9cf
commit 0172ecb425

View File

@ -585,6 +585,7 @@ IMG;
if (isset($_SERVER["WINDIR"]))
{
// using windows libreoffice that must be in path
// Note PHP Config "fastcgi.impersonate=0" must set to 0 - Default is 1
$command ='soffice.exe -headless -convert-to pdf -outdir '. escapeshellarg(dirname($name)). " ".escapeshellarg($name);
}
else