Changeset 122 for trunk/web/conf/get_param.php
- Timestamp:
- 08/05/10 17:01:19 (13 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/conf/get_param.php
r120 r122 30 30 $CONF_MAX_BGPAS = str_replace("\"","",trim($line_split[2])); 31 31 } 32 if ($line_split[1] == "MATRIX_RRD_LOCATION") { 33 $CONF_MATRIX_RRD_LOCATION = str_replace("\"","",trim($line_split[2])); 34 } 32 35 } 33 36