From 938eeba4af4a46126fc4d2fcbe46c15c98d70090 Mon Sep 17 00:00:00 2001 From: osmiy Date: Fri, 19 Jan 2007 15:34:39 +0000 Subject: - developed configuration interface of http monitoring (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3732 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/html.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/html.inc.php') diff --git a/frontends/php/include/html.inc.php b/frontends/php/include/html.inc.php index bcebb5a8..bd497c36 100644 --- a/frontends/php/include/html.inc.php +++ b/frontends/php/include/html.inc.php @@ -94,7 +94,7 @@ } else { - $result = "&".$varname."=".$var; + $result = "&".$varname."=".urlencode($var); } return $result; } -- cgit