From 83f67616a1806ee8b15c50bb651a58ef0a7b4c25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiesner=20Andr=C3=A1s?= Date: Mon, 25 Jan 2021 10:22:11 +0100 Subject: [PATCH] =?UTF-8?q?TESZTVERZI=C3=93=20felirat=20elt=C3=A1vol=C3=AD?= =?UTF-8?q?tva,=20EXIF-t=C3=B6rl=C3=A9s=20jav=C3=ADtva?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 2 +- interface.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 162ee3e..e4c5a13 100644 --- a/index.php +++ b/index.php @@ -129,7 +129,7 @@ -
TESZTVERZIÓ
+ diff --git a/interface.php b/interface.php index 9cb584c..8eb1829 100644 --- a/interface.php +++ b/interface.php @@ -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'"); } }