Ignore:
Timestamp:
Apr 19, 2010, 11:26:15 AM (15 years ago)
Author:
Pieter Naber
Message:

Laatste aanpassingen!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/map/inc/kmlHandler.php

    r7842 r7847  
    55        //Check if the file exists, if it does we load it. If it doesn't we exit and return an error message
    66        try {
    7                 $xml = simplexml_load_file(rawurlencode($file));
     7                $xml = simplexml_load_file($file);
    88        } catch (Exception $e) {
    99                trigger_error(SYSLOG_CRIT, 'Failed to open KML file: ' . $file, __FILE__, __LINE__);
Note: See TracChangeset for help on using the changeset viewer.