Skip to content

Commit

Permalink
BUG fix core include
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Mooyman committed Sep 8, 2016
1 parent 8f26908 commit d4de776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.php
Expand Up @@ -143,7 +143,7 @@
if (!$reloadToken) $chain->setSuppression(false);

// Load in core
require_once('core/Core.php');
require_once('Core/Core.php');

// Connect to database
global $databaseConfig;
Expand Down

0 comments on commit d4de776

Please sign in to comment.