From 21bb5fb7850f1db0615c1410232b3460a04a5d70 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 6 Jan 2020 19:55:18 +0300 Subject: [PATCH] refactor(core): add accounts tokens for accounts dir #347 --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 1e70b418..6f1e7026 100755 --- a/index.php +++ b/index.php @@ -39,6 +39,7 @@ define('PATH', [ 'snippets' => ROOT_DIR . '/site/snippets', 'fieldsets' => ROOT_DIR . '/site/fieldsets', 'tokens' => ROOT_DIR . '/site/tokens', + 'accounts' => ROOT_DIR . '/site/accounts', 'config' => [ 'default' => ROOT_DIR . '/flextype/config', 'site' => ROOT_DIR . '/site/config',