Files

20 lines
285 B
PHP
Raw Permalink Normal View History

2012-01-12 11:09:45 +00:00
<?php
$scale_min = 0;
2015-07-13 20:10:26 +02:00
require 'includes/graphs/common.inc.php';
2012-04-05 16:47:39 +00:00
2012-01-12 11:09:45 +00:00
$graph_max = 1;
$ds = "RserverCurrentConns";
$colour_area = "B0C4DE";
$colour_line = "191970";
$colour_area_max = "FFEE99";
$nototal = 1;
$unit_text = "Conns";
2015-07-13 20:10:26 +02:00
require 'includes/graphs/generic_simplex.inc.php';