From c0016513dd123a9ad536f000e632747f93385181 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 19 Feb 2020 17:11:43 +0300 Subject: [PATCH] feat(core): add new constant PATH['uploads'] --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 2d66cb36..7bb3046a 100755 --- a/index.php +++ b/index.php @@ -40,6 +40,7 @@ define('PATH', [ 'fieldsets' => ROOT_DIR . '/site/fieldsets', 'tokens' => ROOT_DIR . '/site/tokens', 'accounts' => ROOT_DIR . '/site/accounts', + 'uploads' => ROOT_DIR . '/site/uploads', 'config' => [ 'default' => ROOT_DIR . '/flextype/config', 'site' => ROOT_DIR . '/site/config',