From: Evan Prodromou Date: Mon, 14 Dec 2009 23:09:30 +0000 (-0500) Subject: default for login command is disabled X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=43ee2ec42f09da0748a1835c6d6d06e04e178de8;p=quix0rs-gnu-social.git default for login command is disabled --- diff --git a/lib/default.php b/lib/default.php index ebb6f8d016..42d4623b1e 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), );