Changeset 7702 for trunk/src/index.php
- Timestamp:
- Apr 8, 2010, 12:18:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/index.php
r7692 r7702 53 53 $nodeStatus = new FileHandler($config['node_status_file']); 54 54 $kmlFile->parseStatusFile($nodeStatus->getFile()); 55 56 // And echo the result to the screen 55 57 echo $kmlFile->toString(); 56 58 ?>
Note:
See TracChangeset
for help on using the changeset viewer.