add year
This commit is contained in:
parent
2ff7124f6f
commit
47ae3e17ee
11
config.php
11
config.php
@ -1,11 +1,10 @@
|
||||
<?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.";
|
||||
$numInfoLat =51.66;
|
||||
$numInfoLng =7.825;
|
||||
|
Loading…
Reference in New Issue
Block a user