Observium_CE/html/includes/graphs/device/printersupplies_wasteink.inc.php

19 lines
287 B
PHP

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