Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
242 B
PHP
Raw Permalink Normal View History

2023-07-19 22:02:23 -05:00
<?php
$unit_text = 'Bytes';
$descr = 'Size';
$ds = 'size';
require 'logsize-common.inc.php';
if (! Rrd::checkRrdExists($filename)) {
d_echo('RRD "' . $filename . '" not found');
}
require 'includes/html/graphs/generic_stats.inc.php';