|
|
@@ -78,7 +78,7 @@ class Route_UrlAction_Ant extends Route_Ant {// @doc @see Route_Ant
|
|
|
|
|
|
DBG::log([ 'msg'=>"cmd", 'cmd'=>str_replace(APP_PATH_ROOT, 'SE', $cmd) ]);
|
|
|
//V::exec($cmd, $out, $ret); to nie dziala prawidlowo
|
|
|
- V::shell_exec();
|
|
|
+ $out=shell_exec($cmd);
|
|
|
DBG::log([ 'msg'=>"cmd and returns({$ret})", 'output'=>$out ]);
|
|
|
$html = []; $startRead = false;
|
|
|
foreach ($out as $line) {
|