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 5252defined ('PUBLICPATH ' ) || define ('PUBLICPATH ' , realpath ($ source . 'public ' ) . DIRECTORY_SEPARATOR );
5353unset($ source );
5454
55+ // LOAD OUR PATHS CONFIG FILE
56+ // Load framework paths from their config file
57+ require CONFIGPATH . 'Paths.php ' ;
58+ $ paths = new Paths ();
59+
5560// Define necessary framework path constants
5661defined ('APPPATH ' ) || define ('APPPATH ' , realpath (rtrim ($ paths ->appDirectory , '\\/ ' )) . DIRECTORY_SEPARATOR );
5762defined ('ROOTPATH ' ) || define ('ROOTPATH ' , realpath (APPPATH . '../ ' ) . DIRECTORY_SEPARATOR );
7580 * and fires up an environment-specific bootstrapping.
7681 */
7782
78- // LOAD OUR PATHS CONFIG FILE
79- // Load framework paths from their config file
80- require CONFIGPATH . 'Paths.php ' ;
81- $ paths = new Paths ();
82-
8383// LOAD DOTENV FILE
8484// Load environment settings from .env files into $_SERVER and $_ENV
8585require_once $ paths ->systemDirectory . '/Config/DotEnv.php ' ;
You can’t perform that action at this time.
0 commit comments