summaryrefslogtreecommitdiffstats
path: root/frontends/php/screenedit.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-26 13:07:57 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-26 13:07:57 +0000
commit3ad9ec2c7d4be13068a49fb19a1fb8f3781dd485 (patch)
treeaa2576f5266f28ddd94a7a22b15270802e1d8339 /frontends/php/screenedit.php
parent20dfeb5d1966879f9d76e69cab4872831119ba9f (diff)
downloadzabbix-3ad9ec2c7d4be13068a49fb19a1fb8f3781dd485.tar.gz
zabbix-3ad9ec2c7d4be13068a49fb19a1fb8f3781dd485.tar.xz
zabbix-3ad9ec2c7d4be13068a49fb19a1fb8f3781dd485.zip
- [DEV-57] added better "hosts info" selection in screens (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4920 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/screenedit.php')
-rw-r--r--frontends/php/screenedit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/screenedit.php b/frontends/php/screenedit.php
index b41a53f7..876cdf5d 100644
--- a/frontends/php/screenedit.php
+++ b/frontends/php/screenedit.php
@@ -22,6 +22,7 @@
require_once "include/config.inc.php";
require_once "include/screens.inc.php";
require_once "include/forms.inc.php";
+ require_once "include/nodes.inc.php";
$page["title"] = "S_CONFIGURATION_OF_SCREENS";
$page["file"] = "screenedit.php";