From 1ca0f7f7a0e7a0df7a648798e13eb68aec4f8ff5 Mon Sep 17 00:00:00 2001 From: stilez Date: Thu, 25 May 2017 05:08:56 +0100 Subject: [PATCH] typo (cherry picked from commit 4711322b4a6ecedba6a4a11c1f7f04ef8427b46e) --- src/usr/local/www/diag_command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/usr/local/www/diag_command.php b/src/usr/local/www/diag_command.php index 5f5e5c56eb..aa07211a7d 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('

PHP Response

');