(cherry picked from commit 4711322b4a)
This commit is contained in:
stilez 2017-05-25 05:08:56 +01:00 committed by Renato Botelho
parent 5c1fea1711
commit 1ca0f7f7a0

View File

@ -322,7 +322,7 @@ END_FILE;
$output = $matches = array();
$retval = 0;
exec("/usr/local/bin/php -d log_errors=off {$tmpfile}", $output, $ret_val);
exec("/usr/local/bin/php -d log_errors=off {$tmpfile}", $output, $retval);
puts('<div class="panel panel-success responsive"><div class="panel-heading"><h2 class="panel-title">PHP Response</h2></div>');