Files

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

20 lines
291 B
PHP
Raw Permalink Normal View History

2012-01-12 11:09:45 +00:00
<?php
$scale_min = 0;
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/common.inc.php';
2012-04-05 16:47:39 +00:00
2012-01-12 11:09:45 +00:00
$graph_max = 1;
$ds = 'RserverTotalConns';
$colour_area = 'B0C4DE';
$colour_line = '191970';
$colour_area_max = 'FFEE99';
$nototal = 1;
$unit_text = 'Conns';
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_simplex.inc.php';