remove escapeshellcmd to avoid errors with parenthesis in file names
parent
e73789d211
commit
acbd58b0e5
|
@ -206,9 +206,7 @@ class PageController extends Controller {
|
||||||
$cmdparams .= " $shella";
|
$cmdparams .= " $shella";
|
||||||
}
|
}
|
||||||
exec(
|
exec(
|
||||||
escapeshellcmd(
|
$gpsbabel_path.' '.$cmdparams,
|
||||||
$gpsbabel_path.' '.$cmdparams
|
|
||||||
),
|
|
||||||
$output, $returnvar
|
$output, $returnvar
|
||||||
);
|
);
|
||||||
if (file_exists($gpx_target_clear_path)){
|
if (file_exists($gpx_target_clear_path)){
|
||||||
|
|
Loading…
Reference in New Issue