Config in JSON now

This commit is contained in:
Brian Buller 2014-08-19 09:12:34 -05:00
parent 3a2fa4f95e
commit eedba502d4
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
<?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();
// This tells the system to throw away the first URI token
// For example, if the system is kept in:
// http://mysite.com/folder1/
// Then setting this should be set to 1
$starting_token = 0;