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
1 changed files with 2 additions and 2 deletions

View File

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