Compare commits

..

No commits in common. "61bec81c44e4b128eeace39022576439a376af29" and "ad1f798ae6019bed3ff369d25dca90e7af1c88ea" have entirely different histories.

View file

@ -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']),