Changeset 7631 for trunk/src/index.php


Ignore:
Timestamp:
Mar 30, 2010, 8:51:44 PM (15 years ago)
Author:
Pieter Naber
Message:

Fixed a lot of bugs, introduced KMLFile::parseFile for parsing the node status file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/index.php

    r7629 r7631  
    2323// Let's try to read the node status file
    2424$nodeStatus = new FileHandler($config['node_status_file']);
     25$kmlFile = KMLFile::parseFile($nodeStatus);
    2526?>
Note: See TracChangeset for help on using the changeset viewer.