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

prepare to test

This commit is contained in:
Mikael Roos
2016-08-08 09:29:26 +02:00
parent c637fa23ef
commit b1d0cb1506
16 changed files with 1273 additions and 594 deletions

View File

@@ -2621,7 +2621,6 @@ class CImage
}
header("HTTP/1.0 304 Not Modified");
debug("standard 304");
} else {
@@ -2652,7 +2651,6 @@ class CImage
$this->fastTrackCache->setSource($file);
$this->fastTrackCache->writeToCache();
debug("standard 200");
readfile($file);
}