Starting to add in the select box for multiable domains in login.php

This commit is contained in:
jengo
2000-12-08 05:13:50 +00:00
parent 64bf029080
commit 1fa47ac057
2 changed files with 28 additions and 7 deletions

View File

@ -42,6 +42,9 @@
"config_passwd" => "__CONFIG_PASS__"
);
/* If you want to have your domains in a select box, change to True */
$phpgw_info["server"]["show_domain_selectbox"] = True;
/* This is used to control mcrypt's use */
$phpgw_info["server"]["mcrypt_enabled"] = __ENABLE_MCRYPT__;
/* Set this to "old" for versions < 2.4, otherwise the exact mcrypt version you use. */