File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 52
52
defined ('PUBLICPATH ' ) || define ('PUBLICPATH ' , realpath ($ source . 'public ' ) . DIRECTORY_SEPARATOR );
53
53
unset($ source );
54
54
55
+ // LOAD OUR PATHS CONFIG FILE
56
+ // Load framework paths from their config file
57
+ require CONFIGPATH . 'Paths.php ' ;
58
+ $ paths = new Paths ();
59
+
55
60
// Define necessary framework path constants
56
61
defined ('APPPATH ' ) || define ('APPPATH ' , realpath (rtrim ($ paths ->appDirectory , '\\/ ' )) . DIRECTORY_SEPARATOR );
57
62
defined ('ROOTPATH ' ) || define ('ROOTPATH ' , realpath (APPPATH . '../ ' ) . DIRECTORY_SEPARATOR );
75
80
* and fires up an environment-specific bootstrapping.
76
81
*/
77
82
78
- // LOAD OUR PATHS CONFIG FILE
79
- // Load framework paths from their config file
80
- require CONFIGPATH . 'Paths.php ' ;
81
- $ paths = new Paths ();
82
-
83
83
// LOAD DOTENV FILE
84
84
// Load environment settings from .env files into $_SERVER and $_ENV
85
85
require_once $ paths ->systemDirectory . '/Config/DotEnv.php ' ;
You can’t perform that action at this time.
0 commit comments