a.binder 9 tahun lalu
induk
melakukan
a9314f057d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      SE/se-lib/Route/UrlAction/Ant.php

+ 1 - 1
SE/se-lib/Route/UrlAction/Ant.php

@@ -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) {