1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-10 16:14:20 +02:00

Version 1.5.1: File Restrictions, Download Controller and Shared File-Component

This commit is contained in:
trendschau
2021-11-07 17:40:24 +01:00
parent 43d31a61cd
commit 1a09c7767b
7 changed files with 279 additions and 82 deletions

View File

@@ -124,7 +124,7 @@ class ProcessFile extends ProcessAssets
foreach ($files as $key => $name)
{
if (!in_array($name, array(".","..")) && file_exists($this->fileFolder . $name))
if (!in_array($name, array(".","..","filerestrictions.yaml")) && file_exists($this->fileFolder . $name))
{
$filelist[] = [
'name' => $name,