summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--]src/usr/local/www/diag_command.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_command.php b/src/usr/local/www/diag_command.php
index a48a64d..e1b4b80 100644..100755
--- a/src/usr/local/www/diag_command.php
+++ b/src/usr/local/www/diag_command.php
@@ -315,7 +315,7 @@ if ($_POST['submit'] == "EXEC" && !isBlank($_POST['txtCommand'])):?>
fclose($phpfile);
$output = array();
- exec("/usr/local/bin/php " . $tmpname, $output);
+ exec("/usr/local/bin/php -d log_errors=off " . $tmpname, $output);
unlink($tmpname);
OpenPOWER on IntegriCloud