|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
|
<?php |
|
|
|
|
|
|
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* @package chamilo.admin |
|
|
|
|
* |
|
|
|
|
* @author Julio Montoya <gugli100@gmail.com> |
|
|
|
|
*/ |
|
|
|
|
$cidReset = true; |
|
|
|
|
@ -16,4 +16,4 @@ $interbreadcrumb[] = ['url' => 'index.php', 'name' => get_lang('PlatformAdmin')] |
|
|
|
|
Display::display_header(get_lang('SystemStatus')); |
|
|
|
|
$diag = new Diagnoser(); |
|
|
|
|
$diag->show_html(); |
|
|
|
|
Display:: display_footer(); |
|
|
|
|
Display::display_footer(); |
|
|
|
|
|