summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/config.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-17 15:18:03 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-06-17 15:18:03 +0000
commit01e94d67317be183b74fa97bd3d15ee99ab27d69 (patch)
treeab0b8c8e4a6fa804f4171fcc42f5add9cf72eb13 /frontends/php/include/config.inc.php
parent717eb6f9ed27471f3213d188d29bd267ff726a0f (diff)
downloadzabbix-01e94d67317be183b74fa97bd3d15ee99ab27d69.tar.gz
zabbix-01e94d67317be183b74fa97bd3d15ee99ab27d69.tar.xz
zabbix-01e94d67317be183b74fa97bd3d15ee99ab27d69.zip
- [DEV-175] improvements to showed users last login time (Artem)
- [DEV-178] more fixes to permission scheme (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5776 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/config.inc.php')
-rw-r--r--frontends/php/include/config.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index a6caf779..6ce15123 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -273,6 +273,8 @@ function TODO($msg) { echo "TODO: ".$msg.SBR; } // DEBUG INFO!!!
if ( count($ZBX_CURRENT_SUBNODES) < 2 && !defined('ZBX_DISABLE_SUBNODES') )
define('ZBX_DISABLE_SUBNODES', 1);
+
+ $ZBX_CURRENT_SUBNODES = get_accessible_nodes_by_user($USER_DETAILS, PERM_READ_LIST, PERM_RES_IDS_ARRAY);
}
function get_current_nodeid($forse_with_subnodes = null, $perm = null){