19 lines
283 B
PHP
19 lines
283 B
PHP
<?php
|
|
|
|
/**
|
|
* Observium
|
|
*
|
|
* This file is part of Observium.
|
|
*
|
|
* @package observium
|
|
* @subpackage graphs
|
|
* @copyright (C) Adam Armstrong
|
|
*
|
|
*/
|
|
|
|
$supply_type = 'drum';
|
|
|
|
include_once($config['html_dir'] . "/includes/graphs/device/printersupplies.inc.php");
|
|
|
|
// EOF
|