Initial Commit
This commit is contained in:
13
config.php
Normal file
13
config.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
// This is the controller that will be hit by default
|
||||
$default_controller = "welcome";
|
||||
|
||||
// Global Model Includes
|
||||
// These are Models that we ALWAYS want loaded
|
||||
$global_models = array();
|
||||
|
||||
// Global Library Includes
|
||||
// These are Libraries that we ALWAYS want loaded
|
||||
$global_libraries = array();
|
||||
|
Reference in New Issue
Block a user