mirror of
https://github.com/mosbth/cimage.git
synced 2025-07-31 21:40:12 +02:00
test with imgf
This commit is contained in:
@@ -16,6 +16,8 @@ function debug1($msg)
|
||||
file_put_contents($file, "$msg\n", FILE_APPEND);
|
||||
}
|
||||
|
||||
//$useCache = getDefined(array('no-cache', 'nc'), false, true);
|
||||
|
||||
|
||||
$cachePath = __DIR__ . "/../cache/fasttrack";
|
||||
$query = $_GET;
|
||||
@@ -50,8 +52,8 @@ if (is_readable($filename)) {
|
||||
header($value);
|
||||
}
|
||||
|
||||
readfile($item["source"]);
|
||||
debug1("really fast track 200");
|
||||
readfile($item["source"]);
|
||||
exit;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user