nerdbaggy / StatusPage

Public Status Page for UptimeRobot
http://projects.spencerl.com/statuspage/
MIT License
240 stars 61 forks source link

Wrap curl_exec in a condition to catch any error #10

Closed wsuff closed 9 years ago

wsuff commented 9 years ago

curl_errno isn't very useful so instead using curl_error which is a text representation in a conditional.