Changeset 7765 for trunk/src/index.php


Ignore:
Timestamp:
Apr 15, 2010, 12:00:44 PM (15 years ago)
Author:
Pieter Naber
Message:

Fixed loghandler so index.php outputs a KML valid file. Also added the possibility to add lines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/index.php

    r7750 r7765  
    2525$kmlFile->parseStatusFile($nodeStatus->read());
    2626
    27 if ($_GET['write'] == true) {
     27if (isset($_GET['write']) && $_GET['write'] == true) {
    2828        // TODO: David: Write the KML file to a folder with date stamp
    2929}
Note: See TracChangeset for help on using the changeset viewer.