mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
fix smsstop
This commit is contained in:
parent
8492da652a
commit
1f46b3ad57
2 changed files with 3 additions and 3 deletions
|
@ -82,6 +82,6 @@ namespace controllers\internals;
|
|||
*/
|
||||
public function check_for_stop (string $str)
|
||||
{
|
||||
return trim(mb_strtolower($str)) == 'STOP';
|
||||
return trim(mb_strtolower($str)) == 'stop';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue