summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Mayrhofer <mtmayr@mtmayr.com>2020-02-23 15:09:56 +0100
committerMathias Mayrhofer <mtmayr@mtmayr.com>2020-02-23 15:09:56 +0100
commit33d49b5c9f9c5fc45107c684ec7c307ba9f95073 (patch)
tree81a417690726b2eb01f1d2ca12b8fb07a960212d
parent29f92dd2e75c1982a6114c969952df44488b5af4 (diff)
Test
-rw-r--r--kml/data.php2
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;