mirror of
https://github.com/mosbth/cimage.git
synced 2025-08-06 16:16:39 +02:00
Enable in config to disallow hotlinking/leeching #46
This commit is contained in:
@@ -2158,7 +2158,7 @@ class CImage
|
||||
$res = link($this->cacheFileName, $alias);
|
||||
|
||||
if ($res) {
|
||||
$this->log("Created an alias to the cachefile: $alias");
|
||||
$this->log("Created an alias as: $alias");
|
||||
} else {
|
||||
$this->log("Failed to create the alias: $alias");
|
||||
}
|
||||
|
Reference in New Issue
Block a user