default for login command is disabled

This commit is contained in:
Evan Prodromou 2009-12-14 18:09:30 -05:00
parent 607e98ee11
commit 43ee2ec42f
1 changed files with 2 additions and 0 deletions

View File

@ -229,4 +229,6 @@ $default =
array('namespace' => 1), // 1 = geonames, 2 = Yahoo Where on Earth
'omb' =>
array('timeout' => 5), // HTTP request timeout in seconds when contacting remote hosts for OMB updates
'logincommand' =>
array('disabled' => true),
);