Files
librenms-librenms/includes/polling/os/iosxe.inc.php
Tony Murray 217969e140 Update php-codesniffer (#11368)
* PHPCS 3.5+

* Fix newly detected style issues
2020-04-03 08:41:24 -05:00

18 lines
389 B
PHP

<?php
/**
* LibreNMS
*
* This file is part of LibreNMS.
*
* @package LibreNMS
* @subpackage polling
* @copyright (C) 2019 Librenms
*/
///////////////////////////////////////////////////
// Include the standard IOS polling file.
// Most of the IOSXE os polling code is identical
///////////////////////////////////////////////////
include 'includes/polling/os/ios.inc.php';