1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-07-31 21:40:12 +02:00

Add all code into one single script #73

This commit is contained in:
Mikael Roos
2015-01-27 22:40:28 +01:00
parent 5e08e5ed80
commit 3452ea1908
8 changed files with 4050 additions and 42 deletions

View File

@@ -1,8 +1,8 @@
<?php
/**
* Get a image from a remote server using HTTP GET and If-Modified-Since.
*
*/
* Get a image from a remote server using HTTP GET and If-Modified-Since.
*
*/
class CRemoteImage
{
/**