summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2017-05-25 05:08:56 +0100
committerRenato Botelho <renato@netgate.com>2017-05-29 15:20:41 -0300
commit1ca0f7f7a0e7a0df7a648798e13eb68aec4f8ff5 (patch)
tree3d72b99069c04e19e1688d89a174700e59b3c649
parent5c1fea171198546411d479befd606f06ba6ab74f (diff)
downloadpfsense-1ca0f7f7a0e7a0df7a648798e13eb68aec4f8ff5.zip
pfsense-1ca0f7f7a0e7a0df7a648798e13eb68aec4f8ff5.tar.gz
typo
(cherry picked from commit 4711322b4a6ecedba6a4a11c1f7f04ef8427b46e)
-rwxr-xr-xsrc/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 5f5e5c5..aa07211 100755
--- a/src/usr/local/www/diag_command.php
+++ b/src/usr/local/www/diag_command.php
@@ -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>');
OpenPOWER on IntegriCloud