mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-30 05:16:28 +02:00
Ignore also .to-keep file
This commit is contained in:
parent
e585647583
commit
a0ea9caeab
1 changed files with 1 additions and 1 deletions
|
@ -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 == '..' || $dir == '.tokeep')
|
||||
if ($dir == '.' || $dir == '..' || $dir == '.tokeep' || $dir == '.to-keep')
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue