mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-17 13:32:20 +03:00
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.
|
* 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