Skip to content

Commit

Permalink
Merge efade10 into cd8eba1
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Nov 18, 2018
2 parents cd8eba1 + efade10 commit 55cfc90
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
define('FCPATH', __DIR__ . DIRECTORY_SEPARATOR);

// Location of the Paths config file.
// This is the first of two lines that might need to be changed, depending on your folder structure.
// This is the line that might need to be changed, depending on your folder structure.
$pathsPath = FCPATH . '../application/Config/Paths.php';

/*
Expand All @@ -32,8 +32,7 @@
$paths = new Config\Paths();

// Location of the framework bootstrap file.
// This is the second of two lines that might need to be changed, depending on your folder structure.
$app = require FCPATH . '../system/bootstrap.php';
$app = require FCPATH . '../' . rtrim($paths->systemDirectory, '/ ') . '/bootstrap.php';

/*
*---------------------------------------------------------------
Expand Down

0 comments on commit 55cfc90

Please sign in to comment.