Show
Ignore:
Timestamp:
08/05/10 17:01:19 (13 years ago)
Author:
andreu
Message:

Update of web site and change in aggregation calculation mode in dataFlowSet.c

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/web/conf/get_param.php

    r120 r122  
    3030    $CONF_MAX_BGPAS = str_replace("\"","",trim($line_split[2])); 
    3131  } 
     32  if ($line_split[1] == "MATRIX_RRD_LOCATION") { 
     33    $CONF_MATRIX_RRD_LOCATION = str_replace("\"","",trim($line_split[2])); 
     34  } 
    3235 } 
    3336