* @package chamilo.backup */ // Language files that need to be included $language_file = array('exercice', 'coursebackup', 'admin'); // Including the global initialization file require '../inc/global.inc.php'; // Check access rights (only teachers allowed) if (!api_is_allowed_to_edit()) { api_not_allowed(true); } // Section for the tabs $this_section = SECTION_COURSES; // Breadcrumbs $interbreadcrumb[] = array('url' => '../course_info/maintenance.php', 'name' => get_lang('Maintenance')); // Displaying the header $nameTools = get_lang('Backup'); Display::display_header($nameTools); // Display the tool title api_display_tool_title($nameTools); /* MAIN CODE */ ?>