16 lines
223 B
PHP
16 lines
223 B
PHP
<?php
|
|
/**
|
|
* Observium
|
|
*
|
|
* This file is part of Observium.
|
|
*
|
|
* @package observium
|
|
* @subpackage discovery
|
|
* @copyright (C) Adam Armstrong
|
|
*
|
|
*/
|
|
|
|
include __DIR__ . '/des3026-l2mgmt-mib.inc.php';
|
|
|
|
// EOF
|