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/data.php | |
parent | 61013f48c77b2fcad35eb62712d7ca3f40255e17 (diff) |
auth=false
Diffstat (limited to 'kml/data.php')
-rw-r--r-- | kml/data.php | 12 |
1 files changed, 6 insertions, 6 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; |