Add empty denied_groups array

This commit is contained in:
Miles Lott 2001-04-26 13:54:10 +00:00
parent d7c287e6e4
commit f71cf2e0d6

View File

@ -32,6 +32,7 @@
// This is where it ended up (milosch)
/* Since LDAP will return system accounts, there are a few we don't want to login. */
$phpgw_info["server"]["global_denied_users"] = array();
$phpgw_info["server"]["global_denied_groups"] = array();
class accounts_
{