Fix check for upload size
This commit is contained in:
@ -8,6 +8,8 @@
|
||||
*/
|
||||
declare(strict_types = 1);
|
||||
|
||||
const CACHE_DIR_PERMS = 0775;
|
||||
|
||||
const TL_FILE_DIRS = [
|
||||
__DIR__ . "/../l10n/musdb/",
|
||||
__DIR__ . "/../l10n/importer/",
|
||||
|
Reference in New Issue
Block a user