File: reports.inc.php

package info (click to toggle)
irm 1.5.3.1-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,436 kB
  • ctags: 3,308
  • sloc: php: 16,796; sh: 127; perl: 97; pascal: 56; makefile: 48
file content (14 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

# The IRM Reports System
# See docs/REPORTS for information.
require_once 'include/i18n.php';

$report_list["default"]["name"] = _("Default Report");
$report_list["default"]["file"] = "reports/default.php";
$report_list["tracking"]["name"] = _("Tracking Report");
$report_list["tracking"]["file"] = "reports/tracking.php";
$report_list['software']['name'] = _("Software Install Report");
$report_list['software']['file'] = 'reports/software.php';
$report_list['tracking-detail']['name'] = _("Search Tracking");
$report_list['tracking-detail']['file'] = 'reports/tracking-detail.php';