From 93a4db712fa585d6555bdf35c70ed140afd4eed6 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Thu, 1 Jul 2010 12:58:21 -0400 Subject: [PATCH] No longer support HTTP Basic --- horde/lib/Block/twitter_timeline.php | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) 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; } /** -- 2.11.0