1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:55:55 +00:00

add config.php defines for twitter, only enable twitter pane when they are filled in

This commit is contained in:
Andrew Dolgov
2010-11-22 16:31:01 +03:00
parent 57e24c8267
commit 392b6d0459
2 changed files with 30 additions and 21 deletions

View File

@@ -174,6 +174,11 @@
define('ENABLE_TWEET_BUTTON', false);
// Enable 'tweet this' button for articles
define('CONSUMER_KEY', '');
define('CONSUMER_SECRET', '');
// Your OAuth instance authentication information for Twitter, visit
// http://twitter.com/oauth_clients to register your instance.
define('CONFIG_VERSION', 20);
// Expected config version. Please update this option in config.php
// if necessary (after migrating all new options from this file).