summaryrefslogtreecommitdiffstats
path: root/frontends/php/authentication.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-07-02 13:14:35 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-07-02 13:14:35 +0000
commit15b3431d068216bb134c64ff52af63bebc8f45f0 (patch)
tree71e8667413452be6de6a27de24e32f634131d8cd /frontends/php/authentication.php
parent9c1ce6fd1d7f4617f0796fa9eb9246e4e184813c (diff)
downloadzabbix-15b3431d068216bb134c64ff52af63bebc8f45f0.tar.gz
zabbix-15b3431d068216bb134c64ff52af63bebc8f45f0.tar.xz
zabbix-15b3431d068216bb134c64ff52af63bebc8f45f0.zip
- [DEV-144] improvements in users authentication methods (Artem)
- [ZBX-387] fixed issue with undefined function ctype_digit (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5814 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/authentication.php')
-rw-r--r--frontends/php/authentication.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/authentication.php b/frontends/php/authentication.php
index 561c83b8..86951128 100644
--- a/frontends/php/authentication.php
+++ b/frontends/php/authentication.php
@@ -152,7 +152,7 @@ include_once('include/page_header.php');
$result=update_config($config);
}
else{
- info('Exists ['.$res['usrgrp'].'] groups with ['.S_INTERNAL.'] GUI access.');
+ info('Exists ['.$res['cnt_usrgrp'].'] groups with ['.S_INTERNAL.'] GUI access.');
$result=false;
}