mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
remove useless variable
This commit is contained in:
parent
24e415fec0
commit
afc0bcab08
2 changed files with 0 additions and 5 deletions
|
@ -32,8 +32,6 @@ $table_prefix = getenv('table_prefix');
|
|||
$port = getenv('port');
|
||||
if (!$port)
|
||||
$port = 3306;
|
||||
//$graph_period = getenv('graph_period');
|
||||
$graph_period = time() - 5*60;
|
||||
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue