]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
default for login command is disabled
authorEvan Prodromou <evan@status.net>
Mon, 14 Dec 2009 23:09:30 +0000 (18:09 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 14 Dec 2009 23:09:30 +0000 (18:09 -0500)
lib/default.php

index ebb6f8d016ea7f7d8f5275ef6e4753632f01fe96..42d4623b1ef9ea9558eca9f30213a459c801a1bd 100644 (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),
         );