Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
Changed API endpoint domain name.
  • Loading branch information
hetrixtools authored Dec 11, 2018
1 parent 3a7987a commit e520b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hetrixtools_agent.php
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ function microtime_float() {
file_put_contents('hetrixtools_agent.log',$post);

// Post the data to HetrixTools
$ch = curl_init('https://sm.hetrixtools.com');
$ch = curl_init('https://sm.hetrixtools.net');
curl_setopt($ch,CURLOPT_POST,1);
curl_setopt($ch,CURLOPT_POSTFIELDS,$post);
curl_setopt($ch,CURLOPT_FOLLOWLOCATION,1);
Expand Down

0 comments on commit e520b31

Please sign in to comment.