Merge pull request #99 from jhillairet/master

Skip .tokeep file in the SMS parser in internalConsole.php
This commit is contained in:
Raspbian France 2018-02-27 17:16:44 +01:00 committed by GitHub
commit afc610e4e5
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@
foreach (scandir(PWD_RECEIVEDS) as $dir)
{
//Si le fichier est un fichier système, on passe à l'itération suivante
if ($dir == '.' || $dir == '..')
if ($dir == '.' || $dir == '..' || $dir == '.tokeep')
{
continue;
}