diff options
author | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-23 14:25:24 +0100 |
---|---|---|
committer | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-23 14:25:24 +0100 |
commit | 73bd5514613ef23e5575229c930e40f8891e4672 (patch) | |
tree | 9290f2207980c34bf14cce5a9a9e5215c70156e9 /kml | |
parent | 61013f48c77b2fcad35eb62712d7ca3f40255e17 (diff) |
auth=false
Diffstat (limited to 'kml')
-rw-r--r-- | kml/data.php | 12 | ||||
l--------- | kml/index.html | 1 | ||||
-rw-r--r-- | kml/index.kml | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/kml/data.php b/kml/data.php index 7a23022..fe01d16 100644 --- a/kml/data.php +++ b/kml/data.php @@ -18,14 +18,14 @@ while ( ($data = fgetcsv ($handle, 1000, ",")) !== FALSE ) { // Daten werde } fclose ($handle); -if(!$conf['acl']['auth'] ) -{ - if (isset($_SESSION['logged_in']) && $_SESSION['logged_in']) - $conf['acl']['auth'] = true; -} +#if(!$conf['acl']['auth'] ) +#{ +# if (isset($_SESSION['logged_in']) && $_SESSION['logged_in']) +# $conf['acl']['auth'] = true; +#} //zum Test -//$conf['acl']['auth'] = true; +$conf['acl']['auth'] = false; $x_startpoint = 4080; $lng_startpoint = 15.43844103813; diff --git a/kml/index.html b/kml/index.html deleted file mode 120000 index 415d841..0000000 --- a/kml/index.html +++ /dev/null @@ -1 +0,0 @@ -index.kml
\ No newline at end of file diff --git a/kml/index.kml b/kml/index.kml index 8192058..30ff1e8 100644 --- a/kml/index.kml +++ b/kml/index.kml @@ -12,7 +12,7 @@ </ListStyle> </Style> <Url> - <href>https://karte.ffgraz.net/kml/0xff.php</href> + <href>https://karte.ffgraz.net/kml/data.php</href> <refreshMode>onInterval</refreshMode> <refreshInterval>3600</refreshInterval> </Url> |