Update internalConsole.php
Skip the convenience hidden file .tokeep in the parser (failed on this file)
This commit is contained in:
parent
532dc41b12
commit
20aaa0e7c3
|
@ -204,7 +204,7 @@
|
||||||
foreach (scandir(PWD_RECEIVEDS) as $dir)
|
foreach (scandir(PWD_RECEIVEDS) as $dir)
|
||||||
{
|
{
|
||||||
//Si le fichier est un fichier système, on passe à l'itération suivante
|
//Si le fichier est un fichier système, on passe à l'itération suivante
|
||||||
if ($dir == '.' || $dir == '..')
|
if ($dir == '.' || $dir == '..' || $dir == '.tokeep')
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue