diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-02-12 14:49:58 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-02-12 14:49:58 +0000 |
| commit | 21ec4e8c5a6add1fa22ca6f2eb4330ea2411dc0f (patch) | |
| tree | f3a62639ecbb0f2533e6123dac0d3c50e701b28a /frontends/php/users.php | |
| parent | 44c297403e8be585e6dd89ccfee7990dad1feadf (diff) | |
| download | zabbix-21ec4e8c5a6add1fa22ca6f2eb4330ea2411dc0f.tar.gz zabbix-21ec4e8c5a6add1fa22ca6f2eb4330ea2411dc0f.tar.xz zabbix-21ec4e8c5a6add1fa22ca6f2eb4330ea2411dc0f.zip | |
- fixed permissions for hosts
git-svn-id: svn://svn.zabbix.com/trunk@3822 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/users.php')
| -rw-r--r-- | frontends/php/users.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/frontends/php/users.php b/frontends/php/users.php index 9a14b4f1..4c61e29d 100644 --- a/frontends/php/users.php +++ b/frontends/php/users.php @@ -115,11 +115,6 @@ include_once "include/page_header.php"; check_fields($fields); - if(isset($_REQUEST["usrgrpid"]) and - DBfetch(DBselect('select id from users_groups where userid='.$USER_DETAILS['userid'].' and usrgrpid='.$_REQUEST["usrgrpid"]))) - { - access_deny(); - } ?> <?php if($_REQUEST["config"]==0) @@ -451,7 +446,6 @@ include_once "include/page_header.php"; " order by alias"); while($db_user=DBfetch($db_users)) $users[$db_user['userid']] = $db_user["alias"]; - if(isset($users[$USER_DETAILS['userid']])) continue; $table->addRow(array( array( |
