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