Merge pull request #229 from annando/1412-new-statistics-page

The hostname of the statistics page has changed.
This commit is contained in:
Tobias Diekershoff 2014-12-23 06:55:44 +01:00
commit 917f7869f5
1 changed files with 1 additions and 1 deletions

View 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);