diff options
Diffstat (limited to 'kml')
-rw-r--r-- | kml/data.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kml/data.php b/kml/data.php index 6b169a7..ef4bdeb 100644 --- a/kml/data.php +++ b/kml/data.php @@ -105,7 +105,7 @@ while ($data = $db->getNextObject()) { $regmatch = '#\"(.+)\" -> \"(.+)\"\[label=\"([0-9]+.[0-9]+)\"]#'; -$lines = file($conf['topo']['file']); +$lines = file('../'.$conf['topo']['file']); $linecnt=0; $i =0; |