mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-30 05:16:28 +02:00
Update internalConsole.php
Skip the convenience hidden file .tokeep in the parser (failed on this file)
This commit is contained in:
parent
0f2f0f0611
commit
ac8d6e47ad
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue