Update hash

This commit is contained in:
Senad Uka
2020-08-30 06:00:56 +02:00
parent 85d67d058b
commit 98b952ec32

View File

@@ -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/";