. /** * Infected file report * * @package report_infectedfiles * @author Nathan Nguyen * @copyright Catalyst IT * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die; $ADMIN->add('reports', new admin_externalpage('reportinfectedfiles', get_string('infectedfiles', 'report_infectedfiles'), "$CFG->wwwroot/report/infectedfiles/index.php")); $settings = null;