Skip to content

Commit f301ba4

Browse files
committed
using our own CI3 event the normal CI3
1 parent 2887e5f commit f301ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webappweb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
* Set the path if it is not in the same directory as this file.
103103
*/
104104

105-
if (is_file('./ENV_CI3')) $system_path = 'vendor/codeigniter3/system';
105+
if (is_file('./ENV_CI3')) $system_path = 'vendor/codeigniter3/appsys';
106106
if (is_file('./ENV_CI2')) $system_path = 'vendor/codeigniter2/appsys';
107107

108108
/*

0 commit comments

Comments
 (0)