mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-09 14:58:57 +02:00
Fixes
This commit is contained in:
+1
-1
@@ -208,7 +208,7 @@ class Console
|
|||||||
|
|
||||||
$return = 1;
|
$return = 1;
|
||||||
$log = array();
|
$log = array();
|
||||||
exec(escapeshellcmd($command . ' 2>&1'), $log, $return);
|
exec($command . ' 2>&1', $log, $return);
|
||||||
$log = implode(PHP_EOL, $log);
|
$log = implode(PHP_EOL, $log);
|
||||||
|
|
||||||
if (!$return) {
|
if (!$return) {
|
||||||
|
|||||||
Generated
+1457
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user