From 33d49b5c9f9c5fc45107c684ec7c307ba9f95073 Mon Sep 17 00:00:00 2001 From: Mathias Mayrhofer Date: Sun, 23 Feb 2020 15:09:56 +0100 Subject: Test --- kml/data.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kml/data.php') 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; -- cgit v1.2.1