summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_command.php
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2017-05-25 05:08:56 +0100
committerGitHub <noreply@github.com>2017-05-25 05:08:56 +0100
commit4711322b4a6ecedba6a4a11c1f7f04ef8427b46e (patch)
tree0575c18b7cc03d8b0ee49092e6a4cac184fe50db /src/usr/local/www/diag_command.php
parentfd1bd705c5d460ddf5835b099aaa5cd102f64722 (diff)
downloadpfsense-4711322b4a6ecedba6a4a11c1f7f04ef8427b46e.zip
pfsense-4711322b4a6ecedba6a4a11c1f7f04ef8427b46e.tar.gz
typo
Diffstat (limited to 'src/usr/local/www/diag_command.php')
-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 b6e0c54..7876295 100755
--- a/src/usr/local/www/diag_command.php
+++ b/src/usr/local/www/diag_command.php
@@ -277,7 +277,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