diff --git a/config.php b/config.php index dffb0c1..e16670a 100644 --- a/config.php +++ b/config.php @@ -9,10 +9,6 @@ $db_server = "mariadb"; $db_user = "unfallstatistik"; $db_passwd = "BCJloVozJbdDHQTS"; -$db_server = "localhost"; -$db_user = "root"; -$db_passwd = "g0r@w@"; - $db = "unfallstatistik"; try { diff --git a/db/unfallorte b/db/unfallorte deleted file mode 100644 index 09bbc18..0000000 Binary files a/db/unfallorte and /dev/null differ diff --git a/db/unfallorte-soest b/db/unfallorte-soest deleted file mode 100644 index e69de29..0000000 diff --git a/db/unfallorte.2019 b/db/unfallorte.2019 deleted file mode 100644 index 56a0b47..0000000 Binary files a/db/unfallorte.2019 and /dev/null differ diff --git a/index.php b/index.php index e6b78ea..6c17d4b 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ require("config.php"); require_once("lib/functions.php"); - $numYear="2020"; + $numYear="2021"; $strDistrict = (isset($_GET['d'])) ? $_GET['d'] : "Hamm"; $numVehicle = (isset($_GET['v'])) ? (int) $_GET['v'] : 1; @@ -148,8 +148,10 @@