Merge pull request #99 from jhillairet/master
Skip .tokeep file in the SMS parser in internalConsole.php
This commit is contained in:
commit
afc610e4e5
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue