diff --git a/db/qq/QI.php b/db/qq/QI.php index 8c9f993..ce2412b 100644 --- a/db/qq/QI.php +++ b/db/qq/QI.php @@ -25,7 +25,7 @@ class QI { ' --execute="SOURCE '; $result = array(); foreach($files as $file){ - $output = shell_exec($command .$file. '"'); + $output = shell_exec($command .$file. '" 2>&1'); $result[] = array($file,$output);} return $result; }