From cf59980a1673c0688318c346d163f8a43a449aa9 Mon Sep 17 00:00:00 2001 From: Mathias Mayrhofer Date: Sun, 23 Feb 2020 15:02:42 +0100 Subject: Test --- kml/data.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'kml/data.php') diff --git a/kml/data.php b/kml/data.php index 2eb85dd..72f7056 100644 --- a/kml/data.php +++ b/kml/data.php @@ -21,11 +21,6 @@ while ( ($data = fgetcsv ($handle, 1000, ",")) !== FALSE ) { // Daten werde } fclose ($handle); -printf("abc %s", $locations); -exit; - - - #if(!$conf['acl']['auth'] ) #{ # if (isset($_SESSION['logged_in']) && $_SESSION['logged_in']) -- cgit v1.2.1