From 043dbb70cbc557bbc5f70a74453e506546148963 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Mon, 17 Jun 2002 06:27:32 +0000 Subject: - php/include/*inc renamed to php/include/*inc.php (Alexei) - check of source IP address for trapped values (Alexei) - added include/security.h and include/security.c (Alexei) - added items.trapper_hosts (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@411 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/queue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/queue.php') diff --git a/frontends/php/queue.php b/frontends/php/queue.php index 21e6c8c5..bd3db8a1 100644 --- a/frontends/php/queue.php +++ b/frontends/php/queue.php @@ -2,7 +2,7 @@ $page["title"] = "Information about monitoring server"; $page["file"] = "queue.php"; - include "include/config.inc"; + include "include/config.inc.php"; show_header($page["title"],10,0); ?> -- cgit