Changeset 7639 for trunk/src/index.php
- Timestamp:
- Mar 31, 2010, 9:18:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/index.php
r7637 r7639 31 31 echo $kml->toString(); 32 32 33 // Let's try to read the node location file 34 $nodeLocation = new FileHandler($config['node_location_file']); 35 // TODO: Needs parsing 36 33 37 // Let's try to read the node status file 34 38 $nodeStatus = new FileHandler($config['node_status_file']); 35 39 $kmlFile = KMLFile::parseFile($nodeStatus->getFile()); 40 /* 41 * TODO: Needs better parsing of the file now we have two seperate 42 * files for the location and the status of the nodes 43 */ 36 44 ?>
Note:
See TracChangeset
for help on using the changeset viewer.