Skip to content
Snippets Groups Projects
Commit 162ec81e authored by hahn's avatar hahn
Browse files

- ecec instead of proc_open

- chmod call 
- log errors of exec commands
parent 935b2ec3
Branches
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ class project {
$sOutput=false;
exec($sCommand, $aOutput, $iRc);
$sReturn.=(count($aOutput))?implode("\n", $sOutput)."\n":"";
$sReturn.=(count($aOutput))?implode("\n", $aOutput)."\n":"";
/*
$descriptorspec = array(
0 => array("pipe", "r"), // stdin is a pipe that the child will read from
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment