|
@@ -516,7 +516,7 @@ EOF
|
|
@fwrite($rFile, $sDotDescription);
|
|
@fwrite($rFile, $sDotDescription);
|
|
@fclose($rFile);
|
|
@fclose($rFile);
|
|
$aOutput = array();
|
|
$aOutput = array();
|
|
- $CommandLine = "\"$sDotExecutable\" -v -Tpng < $sDotFilePath -o$sImageFilePath 2>&1";
|
|
|
|
|
|
+ $CommandLine = "\"$sDotExecutable\" -v -Tpng < \"$sDotFilePath\" -o\"$sImageFilePath\" 2>&1";
|
|
|
|
|
|
exec($CommandLine, $aOutput, $iRetCode);
|
|
exec($CommandLine, $aOutput, $iRetCode);
|
|
if ($iRetCode != 0)
|
|
if ($iRetCode != 0)
|
|
@@ -572,7 +572,7 @@ EOF
|
|
@fwrite($rFile, $sDotDescription);
|
|
@fwrite($rFile, $sDotDescription);
|
|
@fclose($rFile);
|
|
@fclose($rFile);
|
|
$aOutput = array();
|
|
$aOutput = array();
|
|
- $CommandLine = "\"$sDotExecutable\" -v -Tdot < $sDotFilePath -o$sXdotFilePath 2>&1";
|
|
|
|
|
|
+ $CommandLine = "\"$sDotExecutable\" -v -Tdot < \"$sDotFilePath\" -o\"$sXdotFilePath\" 2>&1";
|
|
|
|
|
|
exec($CommandLine, $aOutput, $iRetCode);
|
|
exec($CommandLine, $aOutput, $iRetCode);
|
|
if ($iRetCode != 0)
|
|
if ($iRetCode != 0)
|