19 lines
243 B
PHP
19 lines
243 B
PHP
<?php
|
|
|
|
/**
|
|
* Observium
|
|
*
|
|
* This file is part of Observium.
|
|
*
|
|
* @package observium
|
|
* @subpackage graphs
|
|
* @copyright (C) Adam Armstrong
|
|
*
|
|
*/
|
|
|
|
$direction = "incoming";
|
|
|
|
include("smokeping_all_common_avg.inc.php");
|
|
|
|
// EOF
|