Update the system path (#1207)

This commit is contained in:
Alex Tselegidis 2022-02-23 08:23:13 +01:00
parent c1914fa41b
commit 5b3a20133b
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ switch (ENVIRONMENT)
* This variable must contain the name of your "system" directory.
* Set the path if it is not in the same directory as this file.
*/
$system_path = 'vendor/codeigniter/framework/system';
$system_path = 'system';
/*
*---------------------------------------------------------------