mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Forgot to turn on the select box in login.php for multiable domains by default
This commit is contained in:
parent
470e49d3b0
commit
c198b3de5e
@ -43,7 +43,7 @@
|
||||
);
|
||||
|
||||
/* If you want to have your domains in a select box, change to True */
|
||||
$phpgw_info["server"]["show_domain_selectbox"] = True;
|
||||
$phpgw_info["server"]["show_domain_selectbox"] = False;
|
||||
|
||||
/* This is used to control mcrypt's use */
|
||||
$phpgw_info["server"]["mcrypt_enabled"] = __ENABLE_MCRYPT__;
|
||||
|
Loading…
Reference in New Issue
Block a user