From 82e124e0bb025e31ff8bc818e1e7cd4d28406672 Mon Sep 17 00:00:00 2001 From: Walter Hupfeld Date: Fri, 31 Jul 2020 07:34:37 +0200 Subject: [PATCH] htaccess --- .htaccess | 5 +++++ index.php | 7 +------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..1f3eeb2 --- /dev/null +++ b/.htaccess @@ -0,0 +1,5 @@ +php_value upload_max_filesize 10M +php_value post_max_size 10M + +RedirectMatch 404 /\.git +RedirectMatch 404 /db diff --git a/index.php b/index.php index 8b41437..8b2889b 100644 --- a/index.php +++ b/index.php @@ -20,8 +20,6 @@ $strDescription=generate_tooltip_description($row); - $arrDescription[$id] = "";//$strDescription; - $arrMarker[]="marker[".$id."] = [L.marker([".$numLat."," .$numLng."]," ." { icon: ".$arrMarkerType[$topic]." }),'check_".$topic."'];\n" ."marker[".$id."][0].addTo(mymap);\n " @@ -44,16 +42,13 @@ - - - - Ideenmelder + <?= $strTitle ?>