summaryrefslogtreecommitdiffstats
path: root/frontends/php/report1.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-06-17 06:27:32 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-06-17 06:27:32 +0000
commit043dbb70cbc557bbc5f70a74453e506546148963 (patch)
tree9dcdd9364879c4ac3384d4e53b2054653964a69b /frontends/php/report1.php
parent565fba506fd51acbedc8d06c07b93abae22444a7 (diff)
downloadzabbix-043dbb70cbc557bbc5f70a74453e506546148963.tar.gz
zabbix-043dbb70cbc557bbc5f70a74453e506546148963.tar.xz
zabbix-043dbb70cbc557bbc5f70a74453e506546148963.zip
- 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
Diffstat (limited to 'frontends/php/report1.php')
-rw-r--r--frontends/php/report1.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/report1.php b/frontends/php/report1.php
index 91524b1b..87d50789 100644
--- a/frontends/php/report1.php
+++ b/frontends/php/report1.php
@@ -1,5 +1,5 @@
<?
- include "include/config.inc";
+ include "include/config.inc.php";
$page["title"] = "Status of Zabbix";
$page["file"] = "report1.php";
show_header($page["title"],0,0);