config deleted
This commit is contained in:
parent
a1e5602b87
commit
9f853bbb7c
16
config.php
16
config.php
@ -1,16 +0,0 @@
|
||||
<?php
|
||||
|
||||
date_default_timezone_set('UTC');
|
||||
|
||||
$db_server = "mariadb";
|
||||
$db_user = "root";
|
||||
$db_passwd = "g0r@w@";
|
||||
|
||||
$db = "unfallstatistik";
|
||||
|
||||
try {
|
||||
$db = new PDO('mysql:host='.$db_server.';dbname='.$db.';charset=utf8mb4', $db_user, $db_passwd);
|
||||
} catch (PDOException $e) {echo "Fehler: ".$e->getMessage(); die();}
|
||||
|
||||
$numStartYear=2019;
|
||||
$numLatestYear=2022;
|
Loading…
Reference in New Issue
Block a user