Description: Downloads an URL via curl and gives back the site code.
Parameter:
- url: The URL to download.
- range: If set, a part of the file will be downloaded. (e.g. 0-500 will download the first 500 kb)
Returns:
- The downloaded site code or false in case of an error.
root
2015-09-06