From ee4590eedb2dc03a5fa70975ea893f42172944b3 Mon Sep 17 00:00:00 2001 From: osmiy Date: Tue, 6 Mar 2007 14:17:39 +0000 Subject: renamed 'uncnown' to 'unknown' git-svn-id: svn://svn.zabbix.com/trunk@3873 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/httpconf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/httpconf.php') diff --git a/frontends/php/httpconf.php b/frontends/php/httpconf.php index 9c8818e7..0149ee0c 100644 --- a/frontends/php/httpconf.php +++ b/frontends/php/httpconf.php @@ -463,7 +463,7 @@ include_once "include/page_header.php"; array_push($name, new CLink($template_host["host"],"?". "hostid=".$template_host["hostid"], - 'uncnown'), + 'unknown'), ":"); } // for future use */ -- cgit