Commit 4cd8cbba by sn

ausgaben entfernt

1 parent fd61ba74
Showing with 2 additions and 3 deletions
...@@ -82,10 +82,9 @@ class mcInkscape { ...@@ -82,10 +82,9 @@ class mcInkscape {
} }
$inkscape_order = "inkscape -T ".$param_input_filename." -l ".$outfile." "; $inkscape_order = "inkscape -T ".$param_input_filename." -l ".$outfile." ";
D::ulli('inkscapeSvgToNormalSvg:shell# '.$inkscape_order);
// $shell_exec = shell_exec($inkscape_order);
$shell_exec = mcBash::shell_exec($inkscape_order); $shell_exec = mcBash::shell_exec($inkscape_order);
// D::show($shell_exec, $inkscape_order);
return $outfile; return $outfile;
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!