mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 23:42:17 +00:00
bug: path seperator
This commit is contained in:
@@ -313,7 +313,7 @@ $assign_to_config['base_url'] = APP_ROOT;
|
||||
include_once 'vendor/autoload.php';
|
||||
|
||||
// Autoload custom controllers, models, etc that are present in the application/core directory
|
||||
require_once $application_folder . 'config/core_includes.php';
|
||||
require_once rtrim($application_folder, '/') . '/config/core_includes.php';
|
||||
|
||||
// Now the bootstrap file
|
||||
require_once BASEPATH . 'core/CodeIgniter.php';
|
||||
|
||||
Reference in New Issue
Block a user