fixes
This commit is contained in:
parent
c22dc49eaf
commit
58a8b88ce5
@ -5,9 +5,9 @@ date_default_timezone_set('UTC');
|
|||||||
// $dbFilename = "db/unfallorte";
|
// $dbFilename = "db/unfallorte";
|
||||||
// $db = new SQLite3($dbFilename);
|
// $db = new SQLite3($dbFilename);
|
||||||
|
|
||||||
$db_server = "webserver-db";
|
$db_server = "mariadb";
|
||||||
$db_user = "unfallstatistik";
|
$db_user = "root";
|
||||||
$db_passwd = "BCJloVozJbdDHQTS";
|
$db_passwd = "g0r@w@";
|
||||||
|
|
||||||
$db = "unfallstatistik";
|
$db = "unfallstatistik";
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<?php require_once("config.php") ?>
|
<?php
|
||||||
|
require_once("config.php");
|
||||||
|
$strTitle="Datenschutz";
|
||||||
|
?>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
<?php require_once("config.php") ?>
|
<?php
|
||||||
|
require_once("config.php");
|
||||||
|
$strTitle="Impressum";
|
||||||
|
?>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
Loading…
Reference in New Issue
Block a user