Remove old include

This commit is contained in:
Timothy Warren 2015-06-04 16:30:09 -04:00
parent cd14bede74
commit ef1cbea4d4

View File

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