cluster
Walter Hupfeld 1 year ago
parent c22dc49eaf
commit 58a8b88ce5

@ -5,9 +5,9 @@ date_default_timezone_set('UTC');
// $dbFilename = "db/unfallorte";
// $db = new SQLite3($dbFilename);
$db_server = "webserver-db";
$db_user = "unfallstatistik";
$db_passwd = "BCJloVozJbdDHQTS";
$db_server = "mariadb";
$db_user = "root";
$db_passwd = "g0r@w@";
$db = "unfallstatistik";

@ -1,5 +1,8 @@
<!DOCTYPE html>
<?php require_once("config.php") ?>
<?php
require_once("config.php");
$strTitle="Datenschutz";
?>
<html lang="de">
<head>
<meta charset="UTF-8">

@ -1,6 +1,9 @@
<!DOCTYPE html>
<html lang="de">
<?php require_once("config.php") ?>
<?php
require_once("config.php");
$strTitle="Impressum";
?>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

@ -56,7 +56,7 @@
$strIntro ="<h4>".$strTitle."</h4>";
$strIntro .= nl2br2($strIntroText);
echo $strLocation;
switch ($numVehicle) {
case 1:

Loading…
Cancel
Save