diff options
author | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-23 15:02:31 +0100 |
---|---|---|
committer | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-23 15:02:31 +0100 |
commit | 4a5ba7364b5ea285f3f83bccd4244493cd4180f6 (patch) | |
tree | 19708316da368314cfc757605b19273f2887ee5c /kml | |
parent | 0af28a247fcc18c3de3586ca151fd48c03ab28d0 (diff) |
Test
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 dc4efb7..2eb85dd 100644 --- a/kml/data.php +++ b/kml/data.php @@ -15,7 +15,7 @@ $conf['acl']['auth'] = match_network($conf['acl']['range'],$_SERVER["REMOTE_ADDR -$handle = fopen ($conf['router']['file'],"r"); +$handle = fopen ('../'.$conf['router']['file'],"r"); while ( ($data = fgetcsv ($handle, 1000, ",")) !== FALSE ) { // Daten werden aus der Datei $routerhash[$data[0]]=$data; } |