mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
Update index.php
Fix my double-slash oops
This commit is contained in:
parent
365149bb1f
commit
517c139d84
@ -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';
|
||||
|
||||
/*
|
||||
*---------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user