Merge branch '4.0' into 4.1

This commit is contained in:
Daniel Hensby 2018-02-26 10:56:45 +00:00
commit 856e89998b
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E

View File

@ -14,8 +14,8 @@ if (!defined('BASE_PATH')) {
ini_set('display_errors', 1); ini_set('display_errors', 1);
// Asset folder // Asset folder
if (!file_exists(BASE_PATH . '/assets')) { if (!file_exists(ASSETS_PATH)) {
mkdir(BASE_PATH . '/assets', 02775); mkdir(ASSETS_PATH, 02775);
} }
if (empty($_SERVER['HTTP_HOST'])) { if (empty($_SERVER['HTTP_HOST'])) {