]> git.mxchange.org Git - friendica-addons.git/blobdiff - statistics_json/statistics_json.php
copy and paste mishap m)
[friendica-addons.git] / statistics_json / statistics_json.php
index 8ce6a35f02429136c571978212e4e6b77043175e..8172c070124d725af930a0a6fde5970eef7d176d 100644 (file)
@@ -2,7 +2,7 @@
 
 /**
  * Name: Statistics
- * Description: Generates some statistics for http://pods.jasonrobinson.me/
+ * Description: Generates some statistics for http://the-federation.info/
  * Version: 0.1
  * Author: Michael Vogel <https://pirati.ca/profile/heluecht>
  */
@@ -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);