Skip to content

Commit

Permalink
Update Stat Log Endpoint URL; See: wpsharks/comet-cache#661
Browse files Browse the repository at this point in the history
  • Loading branch information
kristineds committed Feb 2, 2016
1 parent 0d862dc commit 4f5c33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/includes/closures/Plugin/StatsUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://zencache.com/?p=1458>
'os' => PHP_OS,
'php_version' => PHP_VERSION,
Expand Down

0 comments on commit 4f5c33a

Please sign in to comment.