We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2887e5f commit f301ba4Copy full SHA for f301ba4
webappweb.php
@@ -102,7 +102,7 @@
102
* Set the path if it is not in the same directory as this file.
103
*/
104
105
- if (is_file('./ENV_CI3')) $system_path = 'vendor/codeigniter3/system';
+ if (is_file('./ENV_CI3')) $system_path = 'vendor/codeigniter3/appsys';
106
if (is_file('./ENV_CI2')) $system_path = 'vendor/codeigniter2/appsys';
107
108
/*
0 commit comments