website-monitor
website-monitor copied to clipboard
fix: remove duplicate curl_exec call to reduce traffic
The code was calling curl_exec twice in succession. This change re-uses the response value to avoid the second call.