Update config.php

Use twitterbridge's link to enable Twitter autoblogs. Disabled by default.
This commit is contained in:
Arthur 2013-03-20 15:56:36 +01:00
parent d1b3d153f9
commit 557c66448b

View file

@ -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";