diff options
Diffstat (limited to 'kml/data.php')
-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; } |