19 lines
326 B
PHP
19 lines
326 B
PHP
<?php
|
|
/**
|
|
* Observium
|
|
*
|
|
* This file is part of Observium.
|
|
*
|
|
* @package observium
|
|
* @subpackage graphs
|
|
* @copyright (C) Adam Armstrong
|
|
*
|
|
*/
|
|
|
|
$entity_type = "port";
|
|
$entity_data = $GLOBALS['config']['entities'][$entity_type];
|
|
|
|
include($config['html_dir'] . "/includes/graphs/multi-auth-generic.inc.php");
|
|
|
|
// EOF
|