Fix check for upload size

This commit is contained in:
2020-11-08 14:30:14 +01:00
committed by Stefan Rohde-Enslin
parent 8347a8a77b
commit a8cb46848b
3 changed files with 11 additions and 3 deletions

View File

@ -8,6 +8,8 @@
*/
declare(strict_types = 1);
const CACHE_DIR_PERMS = 0775;
const TL_FILE_DIRS = [
__DIR__ . "/../l10n/musdb/",
__DIR__ . "/../l10n/importer/",