19 lines
282 B
PHP
19 lines
282 B
PHP
<?php
|
|
|
|
/**
|
|
* Observium
|
|
*
|
|
* This file is part of Observium.
|
|
*
|
|
* @package observium
|
|
* @subpackage graphs
|
|
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2023 Observium Limited
|
|
*
|
|
*/
|
|
|
|
$direction = "outgoing";
|
|
|
|
include("smokeping_all_common.inc.php");
|
|
|
|
// EOF
|