From 8bc5aa98106906947ed888afc52288f493d3338c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 21 Dec 2021 18:45:24 +0100 Subject: [PATCH] Update config.php --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index aca8304..d776d97 100644 --- a/conf/config.php +++ b/conf/config.php @@ -104,7 +104,7 @@ // *** PubSubHubbub settings *** - putenv('TTRSS_PUBSUBHUBBUB_HUB', ''); + //putenv('TTRSS_PUBSUBHUBBUB_HUB', ''); // URL to a PubSubHubbub-compatible hub server. If defined, "Published // articles" generated feed would automatically become PUSH-enabled.