From 2abb1a4dd099728f2b41f6376e97b922f46c284d Mon Sep 17 00:00:00 2001 From: Sander van Dragt Date: Wed, 1 Jul 2020 13:14:54 +0100 Subject: [PATCH] Update Defaults.php Content folder by default is out with the webroot --- src/Defaults.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Defaults.php b/src/Defaults.php index dd9d995..8a581ee 100644 --- a/src/Defaults.php +++ b/src/Defaults.php @@ -18,7 +18,7 @@ class Defaults public const HOME_PAGE = '/home'; public const APPLICATION_FOLDER = 'application'; public const CACHE_FOLDER = '../_cache'; - public const CONTENT_FOLDER = 'content'; + public const CONTENT_FOLDER = '../content'; public const LOGS_FOLDER = '../_logs'; public const THEMES_FOLDER = 'themes'; }