garf / laravel-pinger

Ping search engines about website updates (weblog) in Laravel 5
MIT License
24 stars 7 forks source link

Update Pinger.php #11

Closed pbgswd closed 7 years ago

pbgswd commented 7 years ago

curl_setopt( $curl, CURLOPT_USERAGENT, "Mozilla/5.0" ); line 131, per what it says for what PingOMatic needs, a user agent. http://stackoverflow.com/questions/13259883/posting-to-pingomatic-with-curl-is-not-allowed . No point in pinging if it doesnt work, so I am adding the line.

garf commented 7 years ago

Thank you for your pull request.