fix enrollment logic, add financial aid, fix class distribution
Tests / PHPUnit (push) Failing after 1m6s
Tests / PHPUnit (push) Failing after 1m6s
This commit is contained in:
@@ -53,8 +53,4 @@ $paths = new Config\Paths();
|
||||
// LOAD THE FRAMEWORK BOOTSTRAP FILE
|
||||
require $paths->systemDirectory . '/Boot.php';
|
||||
|
||||
if (! defined('ENVIRONMENT')) {
|
||||
define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'production');
|
||||
}
|
||||
|
||||
exit(CodeIgniter\Boot::bootWeb($paths));
|
||||
|
||||
Reference in New Issue
Block a user