From: Michael J. Rubinsky Date: Thu, 1 Jul 2010 16:58:21 +0000 (-0400) Subject: No longer support HTTP Basic X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=93a4db712fa585d6555bdf35c70ed140afd4eed6;p=horde.git No longer support HTTP Basic --- diff --git a/horde/lib/Block/twitter_timeline.php b/horde/lib/Block/twitter_timeline.php index 2a9064f40..7f0e52d80 100644 --- a/horde/lib/Block/twitter_timeline.php +++ b/horde/lib/Block/twitter_timeline.php @@ -87,24 +87,7 @@ class Horde_Block_Horde_twitter_timeline extends Horde_Block */ function _params() { - if (empty($GLOBALS['conf']['twitter']['key']) && - empty($GLOBALS['conf']['twitter']['secret'])) { - - return array( - 'username' => array( - 'type' => 'text', - 'name' => _("Twitter Username"), - 'required' => true, - ), - 'password' => array( - 'type' => 'password', - 'name' => _("Twitter Password"), - 'required' => true, - ) - ); - } else { - return null; - } + return null; } /**