mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-06 16:16:39 +02:00
testing before release v0.7.0
This commit is contained in:
@@ -313,7 +313,7 @@ class CRemoteImage
|
||||
*/
|
||||
public function loadCacheDetails()
|
||||
{
|
||||
$cacheFile = str_replace(["/", ":", "#", ".", "?"], "-", $this->url);
|
||||
$cacheFile = str_replace(array("/", ":", "#", ".", "?"), "-", $this->url);
|
||||
$this->fileName = $this->saveFolder . $cacheFile;
|
||||
$this->fileJson = $this->fileName . ".json";
|
||||
if (is_readable($this->fileJson)) {
|
||||
|
Reference in New Issue
Block a user