Changeset 7765 for trunk/src/index.php
- Timestamp:
- Apr 15, 2010, 12:00:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/index.php ¶
r7750 r7765 25 25 $kmlFile->parseStatusFile($nodeStatus->read()); 26 26 27 if ( $_GET['write'] == true) {27 if (isset($_GET['write']) && $_GET['write'] == true) { 28 28 // TODO: David: Write the KML file to a folder with date stamp 29 29 }
Note:
See TracChangeset
for help on using the changeset viewer.