From 4f5c33ac6775e0e312e47ae913d75b5d5423a868 Mon Sep 17 00:00:00 2001 From: kristineds Date: Wed, 3 Feb 2016 01:09:39 +0800 Subject: [PATCH] Update Stat Log Endpoint URL; See: websharks/zencache#661 --- src/includes/closures/Plugin/StatsUtils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/includes/closures/Plugin/StatsUtils.php b/src/includes/closures/Plugin/StatsUtils.php index 2e1a72aa..c8c3d168 100644 --- a/src/includes/closures/Plugin/StatsUtils.php +++ b/src/includes/closures/Plugin/StatsUtils.php @@ -21,7 +21,7 @@ $self->updateOptions(array('last_pro_stats_log' => time())); $wpdb = $self->wpdb(); // WordPress DB. - $stats_api_url = 'https://www.websharks-inc.com/products/stats-log.php'; + $stats_api_url = 'https://stats.wpsharks.io/log'; $stats_api_url_args = array( // See: 'os' => PHP_OS, 'php_version' => PHP_VERSION,