Forgot to turn on the select box in login.php for multiable domains by default

This commit is contained in:
jengo 2000-12-11 04:26:24 +00:00
parent 470e49d3b0
commit c198b3de5e

View File

@ -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__;