You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
370 B
14 lines
370 B
![]()
10 years ago
|
<?php
|
||
![]()
15 years ago
|
/* For licensing terms, see /license.txt */
|
||
![]()
10 years ago
|
|
||
![]()
9 years ago
|
$cidReset = true;
|
||
![]()
9 years ago
|
require_once __DIR__.'/../inc/global.inc.php';
|
||
![]()
10 years ago
|
$this_section = SECTION_PLATFORM_ADMIN;
|
||
![]()
19 years ago
|
|
||
|
api_protect_admin_script();
|
||
|
|
||
![]()
6 years ago
|
$interbreadcrumb[] = ['url' => 'index.php', "name" => get_lang('Administration')];
|
||
![]()
19 years ago
|
$tool_name = get_lang('Statistics');
|
||
|
Display::display_header($tool_name);
|
||
![]()
11 years ago
|
Display::display_footer();
|