Update common.php

This commit is contained in:
laf
2014-03-15 20:13:52 +00:00
parent 413ef2082f
commit ecc2319acd

View File

@@ -40,7 +40,7 @@ function external_exec($command)
$exec_response['error'] = stream_get_contents($pipes[2]);
if ($exec_response['error'])
{
$output = FALSE;
$output = $exec_response['error'];
} else {
$output = stream_get_contents($pipes[1]);
}