MDL-9286 Incorrect setting of defaults for rpc_negotiation_timeout ; merged from MOODLE_18_STABLE

This commit is contained in:
skodak 2007-04-11 08:46:23 +00:00
parent 47c97990b2
commit c9feab8e6c

View File

@ -2,7 +2,7 @@
// set to defaults if undefined
if (!isset($config->rpc_negotiation_timeout)) {
$config->host = '30';
$config->rpc_negotiation_timeout = '30';
}
if (!isset ($config->auto_add_remote_users)) {
$config->auto_add_remote_users = '0';