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 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kml/data.php') 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; -- cgit v1.2.1