From 3dea11216918390da7f32ba2847850a68cc01a58 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 6 Jan 2020 19:53:47 +0300 Subject: [PATCH] refactor(core): add constant tokens for new tokens dir #347 --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 67c3d308..1e70b418 100755 --- a/index.php +++ b/index.php @@ -38,6 +38,7 @@ define('PATH', [ 'entries' => ROOT_DIR . '/site/entries', 'snippets' => ROOT_DIR . '/site/snippets', 'fieldsets' => ROOT_DIR . '/site/fieldsets', + 'tokens' => ROOT_DIR . '/site/tokens', 'config' => [ 'default' => ROOT_DIR . '/flextype/config', 'site' => ROOT_DIR . '/site/config',