Update index.php

Fix my double-slash oops
This commit is contained in:
Instructor, BCIT 2018-05-30 12:32:25 -07:00 committed by GitHub
parent 365149bb1f
commit 517c139d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,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 . '../system/bootstrap.php';
/*
*---------------------------------------------------------------