forked from extern/egroupware
fixed default template problem
This commit is contained in:
parent
a946c16b17
commit
09f8a61d04
@ -18,7 +18,10 @@
|
|||||||
echo "Failed attempt to break in via an old Security Hole!<br>\n";
|
echo "Failed attempt to break in via an old Security Hole!<br>\n";
|
||||||
exit;
|
exit;
|
||||||
} unset($d1);unset($d2);unset($d3);
|
} unset($d1);unset($d2);unset($d3);
|
||||||
|
//incase we are dealing with a fresh login
|
||||||
|
if (!isset($phpgw_info["user"]["preferences"]["common"]["template_set"])){
|
||||||
|
$phpgw_info["user"]["preferences"]["common"]["template_set"] = "default";
|
||||||
|
}
|
||||||
// Since LDAP will return system accounts, there are a few we don't want to login.
|
// Since LDAP will return system accounts, there are a few we don't want to login.
|
||||||
$phpgw_info["server"]["global_denied_users"] = array('root' => True,
|
$phpgw_info["server"]["global_denied_users"] = array('root' => True,
|
||||||
'bin' => True,
|
'bin' => True,
|
||||||
|
Loading…
Reference in New Issue
Block a user