forked from mirrors/easyappointments
Update the system path (#1207)
This commit is contained in:
parent
c1914fa41b
commit
5b3a20133b
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.
|
||||
* 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