From 28a09ed13e41ddbe5e30d63e92a1f5fb3395ef89 Mon Sep 17 00:00:00 2001 From: osmiy Date: Mon, 23 Oct 2006 07:34:27 +0000 Subject: - developed group permission system (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@3371 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/map.php | 82 +++++++++++++++++++++++++-------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) (limited to 'frontends/php/map.php') diff --git a/frontends/php/map.php b/frontends/php/map.php index 492025ae..5e2ed170 100644 --- a/frontends/php/map.php +++ b/frontends/php/map.php @@ -19,30 +19,43 @@ **/ ?> + array(T_ZBX_INT, O_MAND,P_SYS, DB_ID, NULL), + "noedit"=> array(T_ZBX_INT, O_OPT, NULL, IN('0,1'), NULL), + "border"=> array(T_ZBX_INT, O_OPT, NULL, IN("0,1"), NULL) + ); + + check_fields($fields); +?> + + -- cgit