summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/users.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/users.inc.php')
-rw-r--r--frontends/php/include/users.inc.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontends/php/include/users.inc.php b/frontends/php/include/users.inc.php
index 5c57c1d5..278fab4d 100644
--- a/frontends/php/include/users.inc.php
+++ b/frontends/php/include/users.inc.php
@@ -43,8 +43,6 @@
error("Insufficient permissions");
return 0;
}
-SDI('pass: '.$passwd);
-SDI('groups: '.$user_groups);
if(DBfetch(DBexecute("select * from users where alias=".zbx_dbstr($alias)." and ".DBid2nodeid('userid')."=".$ZBX_CURNODEID)))
{