*/ // Language files that should be included $language_file = array('admin', 'registration'); $cidReset = true; require_once '../inc/global.inc.php'; $this_section = SECTION_PLATFORM_ADMIN; require_once api_get_path(LIBRARY_PATH).'diagnoser.lib.php'; require_once api_get_path(LIBRARY_PATH).'sortabletable.class.php'; // User permissions api_protect_admin_script(); $interbreadcrumb[] = array ('url' => 'index.php', 'name' => get_lang('PlatformAdmin')); Display :: display_header(get_lang('SystemStatus')); /* @todo this will be moved to default.css */ ?> show_html(); Display :: display_footer();