- Timestamp:
- Apr 12, 2010, 9:09:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/index.php
r7726 r7728 8 8 require_once('config.php'); 9 9 require_once($config['file_init']); 10 11 // Make it parse properly within Firefox so that it will display a DOM tree 12 header('Content-Type: text/xml'); 13 14 // And echo the result to the screen 15 // TODO: Need to fix this wierd error... Or is it just USBWebserver? Line is invisible! 16 echo '<?xml version="1.0" encoding="UTF-8"?>'; 10 17 11 18 // Creating a placemark using our class … … 54 61 $kmlFile->parseStatusFile($nodeStatus->read()); 55 62 56 // Make it parse properly within Firefox so that it will display a DOM tree57 header('Content-Type: text/xml');58 59 // And echo the result to the screen60 // TODO: Need to fix this wierd error... Or is it just USBWebserver? Line is invisible!61 echo '<?xml version="1.0" encoding="UTF-8"?>';62 63 echo $kmlFile->toString(); 63 64 ?>
Note:
See TracChangeset
for help on using the changeset viewer.