mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUG fix core include
This commit is contained in:
parent
8f26908b3b
commit
d4de776a45
2
main.php
2
main.php
@ -143,7 +143,7 @@ $chain
|
|||||||
if (!$reloadToken) $chain->setSuppression(false);
|
if (!$reloadToken) $chain->setSuppression(false);
|
||||||
|
|
||||||
// Load in core
|
// Load in core
|
||||||
require_once('core/Core.php');
|
require_once('Core/Core.php');
|
||||||
|
|
||||||
// Connect to database
|
// Connect to database
|
||||||
global $databaseConfig;
|
global $databaseConfig;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user