upload nach _files

This commit is contained in:
Troy grunt
2026-02-13 22:11:55 +01:00
parent ae21c3c5d8
commit 376bfdeafe
4 changed files with 12 additions and 12 deletions

View File

@@ -287,7 +287,7 @@ if ($action === 'identity_edit') {
}
if ($filesInput && $hasSelection) {
$uploadDir = __DIR__ . '/../files/';
$uploadDir = __DIR__ . '/_files/';
if (!is_dir($uploadDir) && !mkdir($uploadDir, 0755, true) && !is_dir($uploadDir)) {
$fileUploadErrors[] = 'Upload-Verzeichnis kann nicht erstellt werden.';
} else {