v.1.9 update

Clients download update
This commit is contained in:
miroman-afk
2021-11-11 10:32:31 +03:00
parent 151704b637
commit 13a115ba0d
4 changed files with 4 additions and 6 deletions

View File

@@ -53,6 +53,7 @@ class ClientFile extends HRCCommand implements HRCCommandInterface {
file_put_contents($dirname . $filename, implode("\n", $finishSavedCsv));
return [
'status' => 'success',
'terminalKey' => $terminal['key'],
'filename' => $filename,
'filedate' => $file,
];