Remove old include

This commit is contained in:
Timothy Warren 2015-06-04 16:30:09 -04:00
parent cd14bede74
commit ef1cbea4d4
1 changed files with 0 additions and 3 deletions

View File

@ -225,9 +225,6 @@ if ( ! function_exists('do_include'))
*/
function init()
{
// Load Database classes
require_once(MM_SYS_PATH . 'db/autoload.php');
// Map to the appropriate module/controller/function
route();
}