Files
librenms-librenms/includes/html/pages/device/logs/graylog.inc.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
133 B
PHP
Raw Normal View History

<?php
$filter_device = $device['device_id'];
require_once 'includes/html/common/graylog.inc.php';
echo implode('', $common_output);