diff options
author | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-23 15:02:42 +0100 |
---|---|---|
committer | Mathias Mayrhofer <mtmayr@mtmayr.com> | 2020-02-23 15:02:42 +0100 |
commit | cf59980a1673c0688318c346d163f8a43a449aa9 (patch) | |
tree | 0c3196e77d97667c13e6947e87c34f54091bed2c /kml | |
parent | 4a5ba7364b5ea285f3f83bccd4244493cd4180f6 (diff) |
Test
Diffstat (limited to 'kml')
-rw-r--r-- | kml/data.php | 5 |
1 files changed, 0 insertions, 5 deletions
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']) |