Update hash
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
function hashedName($fileName) {
|
function hashedName($fileName) {
|
||||||
return mhash(MHASH_ADLER32, $fileName);
|
return bin2hex(mhash(MHASH_ADLER32, $fileName));
|
||||||
}
|
}
|
||||||
|
|
||||||
$target_dir = __DIR__ . "/../slike/";
|
$target_dir = __DIR__ . "/../slike/";
|
||||||
|
|||||||
Reference in New Issue
Block a user