summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-12-14 18:09:30 -0500
committerEvan Prodromou <evan@status.net>2009-12-14 18:09:30 -0500
commit43ee2ec42f09da0748a1835c6d6d06e04e178de8 (patch)
tree737e17dce75bf98294748140a64f1895e01892d0
parent607e98ee11f01a72a6ea7d755ce0f2dee68ff74a (diff)
default for login command is disabled
-rw-r--r--lib/default.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php
index ebb6f8d01..42d4623b1 100644
--- a/lib/default.php
+++ b/lib/default.php
@@ -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),
);