1
0
Fork 0
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:
ak4t0sh 2014-09-15 23:26:34 +02:00
parent 24e415fec0
commit afc0bcab08
2 changed files with 0 additions and 5 deletions

View file

@ -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 {