Update hash yet again

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

View File

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