From d23332dbc5dabb29dfec400d2d9ba782b46b5615 Mon Sep 17 00:00:00 2001 From: osmiy Date: Wed, 25 Oct 2006 07:21:56 +0000 Subject: - developed node manager (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3379 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/nodes.inc.php | 72 +++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 frontends/php/include/nodes.inc.php (limited to 'frontends/php/include/nodes.inc.php') diff --git a/frontends/php/include/nodes.inc.php b/frontends/php/include/nodes.inc.php new file mode 100644 index 00000000..306c66df --- /dev/null +++ b/frontends/php/include/nodes.inc.php @@ -0,0 +1,72 @@ + + -- cgit