initial commit; version 22.5.12042
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
$scale_min = 0;
|
||||
|
||||
include($config['html_dir']."/includes/graphs/common.inc.php");
|
||||
|
||||
include("lvs_stats_common.inc.php");
|
||||
|
||||
$colour_area = "B0C4DE";
|
||||
$colour_line = "191970";
|
||||
#$colour_area_max = "FFEE99";
|
||||
$colour_area_max = "B0C4DE";
|
||||
|
||||
$ds = "connections";
|
||||
|
||||
$graph_max = 1;
|
||||
|
||||
$unit_text = "Con/sec";
|
||||
|
||||
include($config['html_dir']."/includes/graphs/generic_simplex.inc.php");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user