From 269fcdbbb0c87ce40e96420c8b9181808e6e5d14 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 29 Jul 2020 15:34:04 +0300 Subject: [PATCH] move #432 to next release and remove from current --- src/flextype/bootstrap.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/flextype/bootstrap.php b/src/flextype/bootstrap.php index 017c6859..2a770f0f 100755 --- a/src/flextype/bootstrap.php +++ b/src/flextype/bootstrap.php @@ -74,7 +74,6 @@ include_once 'app/Endpoints/Utils/errors.php'; include_once 'app/Endpoints/Utils/access.php'; include_once 'app/Endpoints/entries.php'; include_once 'app/Endpoints/registry.php'; -include_once 'app/Endpoints/config.php'; include_once 'app/Endpoints/files.php'; include_once 'app/Endpoints/folders.php'; include_once 'app/Endpoints/images.php';