nerdbaggy / StatusPage

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

Curl Error using curl_errno #9

Closed wsuff closed 9 years ago

wsuff commented 9 years ago

For some reason on 1 of my hosts when I tested this, it caused errors due to the use of if(curl_errno($curl)){.

As such I revamped the curl logic to test if curl had an error differently. This seemed to work in my case.

nerdbaggy commented 9 years ago

Commit e61ab9912e800c7639363564befb06c96492d59a should of fixed this, sorry about that!