Files

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

11 lines
145 B
PHP
Raw Permalink Normal View History

<?php
$unit_text = 'Max Temp(C)';
$unitlen = 20;
$bigdescrlen = 15;
$smalldescrlen = 15;
$rrdVar = 'maxtemp';
require 'smart-common.inc.php';