summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-01 09:42:15 +0400
committerAndrew Dolgov <[email protected]>2011-04-01 09:42:15 +0400
commite2bcd11bb1f5427af08f97fe04afc63d73efce7e (patch)
tree159f75b34086ea5dd2c4d99dc687bbd7c84ab332 /config.php-dist
parentb0f379dfff8738defba307341887ee5938625f55 (diff)
add a sanity check for CURL when using pubsubhubbub
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.php-dist b/config.php-dist
index 87429d136..e9ea0a67a 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -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).