From 6b42c984eef502a9e6174f1c7b5122b678b8bf4b Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Sun, 7 Sep 2008 02:21:18 -0400 Subject: Twitter integration - added $config option for source attribute when posting to Twitter darcs-hash:20080907062118-7b5ce-b4412446bbf245b1d14a78b01ecde0f71f621185.gz --- lib/common.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lib/common.php') diff --git a/lib/common.php b/lib/common.php index d1bab51a6..8ea8fa0fa 100644 --- a/lib/common.php +++ b/lib/common.php @@ -97,11 +97,7 @@ $config = 'daemon' => array('piddir' => '/var/run', 'user' => false, - 'group' => false), - 'memcached' => - array('enabled' => false, - 'server' => 'localhost', - 'port' => 11211) + 'group' => false) ); $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options'); -- cgit v1.2.3-54-g00ecf