From 73bd5514613ef23e5575229c930e40f8891e4672 Mon Sep 17 00:00:00 2001 From: Mathias Mayrhofer Date: Sun, 23 Feb 2020 14:25:24 +0100 Subject: auth=false --- kml/data.php | 12 ++++++------ kml/index.html | 1 - kml/index.kml | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) delete mode 120000 kml/index.html (limited to 'kml') 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 @@ - https://karte.ffgraz.net/kml/0xff.php + https://karte.ffgraz.net/kml/data.php onInterval 3600 -- cgit v1.2.1