]> git.mxchange.org Git - friendica-addons.git/blobdiff - statistics_json/statistics_json.php
The hostname of the statistics page has changed.
[friendica-addons.git] / statistics_json / statistics_json.php
index 8ce6a35f02429136c571978212e4e6b77043175e..c30d00fc89adbf410984dc8549c8a13d7b2345bc 100644 (file)
@@ -137,7 +137,7 @@ function statistics_json_cron($a,$b) {
         logger('statistics_json_cron: local_posts: '.$local_posts, LOGGER_DEBUG);
 
        // Now trying to register
-       $url = "http://pods.jasonrobinson.me/register/".$a->get_hostname();
+       $url = "http://the-federation.info/register/".$a->get_hostname();
         logger('statistics_json_cron: registering url: '.$url, LOGGER_DEBUG);
        $ret = fetch_url($url);
         logger('statistics_json_cron: registering answer: '.$ret, LOGGER_DEBUG);