Beispiel #1
0
include_once LIBRARIES_DIR . 'Lang.Class.php';
include_once LIBRARIES_DIR . 'File.Class.php';
include_once LIBRARIES_DIR . 'Url.Class.php';
include_once LIBRARIES_DIR . 'Exceptions.Class.php';
include_once LIBRARIES_DIR . 'Helper.Class.php';
include_once LIBRARIES_DIR . 'Security.Class.php';
include_once LIBRARIES_DIR . 'Output.Class.php';
include_once LIBRARIES_DIR . 'Utf8.Class.php';
include_once LIBRARIES_DIR . 'Input.Class.php';
include_once LIBRARIES_DIR . 'Loader.Class.php';
include_once LIBRARIES_DIR . 'database/db.php';
include_once LIBRARIES_DIR . 'Tendoo.Class.php';
include_once LIBRARIES_DIR . 'Session.Class.php';
include_once LIBRARIES_DIR . 'Notice.Class.php';
include_once LIBRARIES_DIR . 'Roles.Class.php';
include_once LIBRARIES_DIR . 'LCV.Class.php';
// @since 1.4
/* =-=-=-=-=-=-=-=-=-=-=-=-= LOAD HELPERS -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
include_once HELPERS_DIR . 'apps_helper.php';
include_once HELPERS_DIR . 'form_helper.php';
include_once HELPERS_DIR . 'core_helper.php';
include_once HELPERS_DIR . 'date.php';
include_once HELPERS_DIR . 'text.php';
include_once HELPERS_DIR . 'cookie_helper.php';
include_once HELPERS_DIR . 'themes_helper.php';
include_once HELPERS_DIR . 'modules_helper.php';
include_once HELPERS_DIR . 'users_helper.php';
/* =-=-=-=-=-=-=-=-=-=-=-=-= LAUNCH TENDOO -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
$instance = new instance();
$instance->boot();
/* =-=-=-=-=-=-=-=-=-=-=-=-= Tendoo Foundation 2014 - http://tendoo.org -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */