mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 05:25:56 +00:00
lib: Upgrade php-subscriber from ??? to 1213f89 (2016-11-15)
https://github.com/pubsubhubbub/php-subscriber Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
@@ -595,7 +595,7 @@
|
||||
if ($feed_hub_url && $feed_self_url && function_exists('curl_init') &&
|
||||
!ini_get("open_basedir")) {
|
||||
|
||||
require_once 'lib/pubsubhubbub/subscriber.php';
|
||||
require_once 'lib/pubsubhubbub/Subscriber.php';
|
||||
|
||||
$callback_url = get_self_url_prefix() .
|
||||
"/public.php?op=pubsub&id=$feed";
|
||||
|
||||
Reference in New Issue
Block a user