Update hash yet again

This commit is contained in:
Senad Uka
2020-08-30 06:08:30 +02:00
parent 5c65cb5e50
commit 4e4d4ef028

View File

@@ -1,7 +1,7 @@
<?php <?php
function hashedName($fileName) { function hashedName($fileName) {
return base64_encode(mhash(MHASH_ADLER32, $fileName)); return strtolower(bin2hex(mhash(MHASH_ADLER32, $fileName)));
} }
$target_dir = __DIR__ . "/../slike/"; $target_dir = __DIR__ . "/../slike/";