Remove problems from code inspection.

This commit is contained in:
2023-12-28 13:51:36 +01:00
parent b70cedac3b
commit 679257d709
41 changed files with 131 additions and 153 deletions

View File

@@ -2,4 +2,3 @@
include "funktionen.php";
include "variablen.php";
include "konstanten.php";
?>

View File

@@ -2,5 +2,5 @@
// Die Datei inc/funktionen.php
?>

View File

@@ -1,7 +1,6 @@
<?php
// konstanten.php
define('MYSQL_HOST', 'localhost');
define('MYSQL_USER', 'web104');
define('MYSQL_PASS', 'lmaa,dw.');
define('MYSQL_DATABASE', 'usr_web104_1');
?>
const MYSQL_HOST = 'localhost';
const MYSQL_USER = 'web104';
const MYSQL_PASS = 'lmaa,dw.';
const MYSQL_DATABASE = 'usr_web104_1';

View File

@@ -16,4 +16,3 @@ $links['fotos'] = "links/fotos.php";
$links['kal'] = "links/kal.php";
$links['preise'] = "links/preise.php";
?>