15 lines
234 B
PHP
15 lines
234 B
PHP
<?php
|
|
/**
|
|
* Observium
|
|
*
|
|
* This file is part of Observium.
|
|
*
|
|
* @package observium
|
|
* @subpackage discovery
|
|
* @copyright (C) Adam Armstrong
|
|
*
|
|
*/
|
|
|
|
include(__DIR__ . '/alcatel-ind1-interswitch-protocol-mib.inc.php');
|
|
|
|
// EOF
|