No longer support HTTP Basic
authorMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 1 Jul 2010 16:58:21 +0000 (12:58 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Thu, 1 Jul 2010 16:58:21 +0000 (12:58 -0400)
horde/lib/Block/twitter_timeline.php

index 2a9064f..7f0e52d 100644 (file)
@@ -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;
     }
 
     /**