Update the system path (#1207)
This commit is contained in:
parent
2a422aae48
commit
c14a88ed93
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ switch (ENVIRONMENT)
|
||||||
* This variable must contain the name of your "system" directory.
|
* This variable must contain the name of your "system" directory.
|
||||||
* Set the path if it is not in the same directory as this file.
|
* Set the path if it is not in the same directory as this file.
|
||||||
*/
|
*/
|
||||||
$system_path = 'vendor/codeigniter/framework/system';
|
$system_path = 'system';
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*---------------------------------------------------------------
|
*---------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue