You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
very very cool script.
Just a little error in the checkForFiles function :
Replace : $handle = curl_init("http://www.".$this->url."/".$filename);
By : $handle = curl_init($this->url."/".$filename);
Thanks
Alan
The text was updated successfully, but these errors were encountered:
Hi,
very very cool script.
Just a little error in the checkForFiles function :
Replace : $handle = curl_init("http://www.".$this->url."/".$filename);
By : $handle = curl_init($this->url."/".$filename);
Thanks
Alan
The text was updated successfully, but these errors were encountered: