20 lines
299 B
PHP

<?php
/**
* Observium
*
* This file is part of Observium.
*
* @package observium
* @subpackage graphs
* @copyright (C) Adam Armstrong
*
*/
$ds_in = "ByteCounts";
$ds_out = "ClientByteCounts";
include($config['html_dir'] . "/includes/graphs/generic_data.inc.php");
// EOF