TESZTVERZIÓ felirat eltávolítva, EXIF-törlés javítva

This commit is contained in:
Wiesner András 2021-01-25 10:22:11 +01:00
parent 45aac8d9e8
commit 83f67616a1
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@
</script>
<!-- TESZTVERZIÓ -->
<section class="testversion-sign">TESZTVERZIÓ</section>
<!--<section class="testversion-sign">TESZTVERZIÓ</section>-->
</body>
</html>

View File

@ -135,7 +135,7 @@ function publish_image($artwork_details)
shell_exec($cmd);
unlink($incoming_filename); // törlés az incoming-ból
} else {
shell_exec("mv $incoming_filename $large_filename");
shell_exec("mv $incoming_filename $large_filename && exiftool -overwrite_original -all= '$large_filename'");
}
}