This commit is contained in:
Walter Hupfeld 2020-08-02 20:12:20 +02:00
parent 2ff7124f6f
commit 47ae3e17ee

View File

@ -1,11 +1,10 @@
<?php <?php
date_default_timezone_set('UTC');
if (!isset($dbFilename)) {
$dbFilename = "db/unfallorte";
}
$db = new SQLite3($dbFilename);
$strTitle = "Unfallkarte Hamm"; date_default_timezone_set('UTC');
$dbFilename = "db/unfallorte";
$db = new SQLite3($dbFilename);
$strTitle = "Unfallkarte Hamm 2019";
$strIntroText = "Unfallkarte für die Stadt Hamm basierend auf den Daten des Statistischen Bundesamtes."; $strIntroText = "Unfallkarte für die Stadt Hamm basierend auf den Daten des Statistischen Bundesamtes.";
$numInfoLat =51.66; $numInfoLat =51.66;
$numInfoLng =7.825; $numInfoLng =7.825;