This commit is contained in:
Andrés Montañez
2017-01-05 23:27:31 -03:00
parent 3462530883
commit a2cf0b2c44
2 changed files with 1458 additions and 1 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ class Console
$return = 1;
$log = array();
exec(escapeshellcmd($command . ' 2>&1'), $log, $return);
exec($command . ' 2>&1', $log, $return);
$log = implode(PHP_EOL, $log);
if (!$return) {
Generated
+1457
View File
File diff suppressed because it is too large Load Diff