mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 00:46:27 +02:00
Compare commits
2 commits
ad1f798ae6
...
61bec81c44
Author | SHA1 | Date | |
---|---|---|---|
|
61bec81c44 | ||
|
f790adc6a1 |
1 changed files with 3 additions and 0 deletions
|
@ -188,6 +188,7 @@ namespace adapters;
|
||||||
}
|
}
|
||||||
|
|
||||||
$command_parts = [
|
$command_parts = [
|
||||||
|
'LC_ALL=C',
|
||||||
'gammu',
|
'gammu',
|
||||||
'--config',
|
'--config',
|
||||||
escapeshellarg($this->data['config_file']),
|
escapeshellarg($this->data['config_file']),
|
||||||
|
@ -339,6 +340,7 @@ namespace adapters;
|
||||||
}
|
}
|
||||||
|
|
||||||
$command_parts = [
|
$command_parts = [
|
||||||
|
'LC_ALL=C',
|
||||||
'gammu',
|
'gammu',
|
||||||
'--config',
|
'--config',
|
||||||
escapeshellarg($this->data['config_file']),
|
escapeshellarg($this->data['config_file']),
|
||||||
|
@ -351,6 +353,7 @@ namespace adapters;
|
||||||
|
|
||||||
//Check security status
|
//Check security status
|
||||||
$command_parts = [
|
$command_parts = [
|
||||||
|
'LC_ALL=C',
|
||||||
'gammu',
|
'gammu',
|
||||||
'--config',
|
'--config',
|
||||||
escapeshellarg($this->data['config_file']),
|
escapeshellarg($this->data['config_file']),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue