1
0
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:
Mikael Roos
2015-01-19 00:00:54 +01:00
parent 4fae208c4c
commit 5e08e5ed80
4 changed files with 86 additions and 16 deletions

View File

@@ -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");
}