From a5e950ae272a9afda84f99d64152be53cba3b2be Mon Sep 17 00:00:00 2001 From: jim-p Date: Tue, 16 Jun 2015 12:02:36 -0400 Subject: [PATCH] Encoding in system_advanced_sysctl.php --- usr/local/www/system_advanced_sysctl.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/usr/local/www/system_advanced_sysctl.php b/usr/local/www/system_advanced_sysctl.php index b9abd99a46..be12322cfa 100644 --- a/usr/local/www/system_advanced_sysctl.php +++ b/usr/local/www/system_advanced_sysctl.php @@ -194,18 +194,18 @@ include("head.inc"); $tunable): if (!isset($tunable['modified'])) { - $i = $tunable['tunable']; + $i = urlencode($tunable['tunable']); } ?> - + - + - + - + - + - +