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