mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-22 09:26:27 +02:00
v3.7.0 add stats about sended sms status, add better support for haproxy, improve gammu ream sms with deletion of read sms
This commit is contained in:
parent
4e80a6a3a1
commit
946e03e500
2 changed files with 2 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
v3.6.4
|
v3.7.0
|
||||||
|
|
|
@ -280,6 +280,7 @@ namespace adapters;
|
||||||
$command_parts = [
|
$command_parts = [
|
||||||
PWD . '/bin/gammu_get_unread_sms.py',
|
PWD . '/bin/gammu_get_unread_sms.py',
|
||||||
escapeshellarg($this->data['config_file']),
|
escapeshellarg($this->data['config_file']),
|
||||||
|
'--delete'
|
||||||
];
|
];
|
||||||
|
|
||||||
$return = $this->exec_command($command_parts);
|
$return = $this->exec_command($command_parts);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue