TESZTVERZIÓ felirat eltávolítva, EXIF-törlés javítva
This commit is contained in:
parent
45aac8d9e8
commit
83f67616a1
@ -129,7 +129,7 @@
|
||||
</script>
|
||||
|
||||
<!-- TESZTVERZIÓ -->
|
||||
<section class="testversion-sign">TESZTVERZIÓ</section>
|
||||
<!--<section class="testversion-sign">TESZTVERZIÓ</section>-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
@ -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'");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user