mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-08 15:46:26 +02:00
Compare commits
No commits in common. "61bec81c44e4b128eeace39022576439a376af29" and "ad1f798ae6019bed3ff369d25dca90e7af1c88ea" have entirely different histories.
61bec81c44
...
ad1f798ae6
1 changed files with 0 additions and 3 deletions
|
@ -188,7 +188,6 @@ namespace adapters;
|
||||||
}
|
}
|
||||||
|
|
||||||
$command_parts = [
|
$command_parts = [
|
||||||
'LC_ALL=C',
|
|
||||||
'gammu',
|
'gammu',
|
||||||
'--config',
|
'--config',
|
||||||
escapeshellarg($this->data['config_file']),
|
escapeshellarg($this->data['config_file']),
|
||||||
|
@ -340,7 +339,6 @@ namespace adapters;
|
||||||
}
|
}
|
||||||
|
|
||||||
$command_parts = [
|
$command_parts = [
|
||||||
'LC_ALL=C',
|
|
||||||
'gammu',
|
'gammu',
|
||||||
'--config',
|
'--config',
|
||||||
escapeshellarg($this->data['config_file']),
|
escapeshellarg($this->data['config_file']),
|
||||||
|
@ -353,7 +351,6 @@ 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