1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-31 03:10:19 +02:00

Merge branch 'master' into develop

This commit is contained in:
trendschau
2021-11-01 21:12:57 +01:00

View File

@@ -48,7 +48,7 @@ class Folder
foreach ($folderItems as $key => $item)
{
if (!in_array($item, array(".","..")))
if (!in_array($item, array(".","..")) && substr($item, 0, 1) != '.')
{
if (is_dir($folderPath . DIRECTORY_SEPARATOR . $item))
{