From 557c66448b539fc5549230fb56eb4d5be5596fb9 Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 20 Mar 2013 15:56:36 +0100 Subject: [PATCH] Update config.php Use twitterbridge's link to enable Twitter autoblogs. Disabled by default. --- 0.3/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0.3/config.php b/0.3/config.php index 33978c0..cc6006c 100755 --- a/0.3/config.php +++ b/0.3/config.php @@ -26,8 +26,8 @@ define( 'ALLOW_NEW_AUTOBLOGS_BY_OPML_LINK', TRUE ); define( 'ALLOW_NEW_AUTOBLOGS_BY_XSAF', TRUE ); -// URL to Twitter's feed API -$apitwitter='http://api.twitter.com/1/statuses/user_timeline.rss?screen_name='; +// URL to Twitterbridge API - Set FALSE to disable Twitter (default). +$apitwitter = FALSE; // Logo à utiliser $logo="./icon-logo.svg";