mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-05 22:29:16 +00:00
add a sanity check for CURL when using pubsubhubbub
This commit is contained in:
@@ -188,14 +188,14 @@
|
||||
// Your OAuth instance authentication information for Twitter, visit
|
||||
// http://twitter.com/oauth_clients to register your instance.
|
||||
|
||||
define('ISCONFIGURED', false);
|
||||
// Please set this to true if you have read everything above and
|
||||
// finished setting configuration options.
|
||||
|
||||
define('PUBSUBHUBBUB_HUB', '');
|
||||
// URL to a PubSubHubbub-compatible hub server. If defined, Published
|
||||
// articles generated feeds would automatically become PUSH-enabled.
|
||||
|
||||
define('ISCONFIGURED', false);
|
||||
// Please set this to true if you have read everything above and
|
||||
// finished setting configuration options.
|
||||
|
||||
define('CONFIG_VERSION', 22);
|
||||
// Expected config version. Please update this option in config.php
|
||||
// if necessary (after migrating all new options from this file).
|
||||
|
||||
Reference in New Issue
Block a user