Logging statement
This commit is contained in:
parent
8979e4e5a9
commit
64ebd9e720
|
@ -393,6 +393,7 @@ SQL;
|
|||
|
||||
|
||||
if (file_exists($filepath) && $type == "stor") {
|
||||
Logging::info($filepath);
|
||||
try {
|
||||
unlink($filepath);
|
||||
} catch (Exception $e) {
|
||||
|
|
Loading…
Reference in New Issue