1
0

Datum vom ersten Datenpunkt im Test nehmen; Startseite hübscher

This commit is contained in:
Anna Christina Naß
2025-07-15 17:45:51 +02:00
parent 3db8f20f27
commit fdc2eb6c07
4 changed files with 12 additions and 7 deletions

View File

@@ -10,6 +10,8 @@ use Twig\Loader\FilesystemLoader;
$loader = new FilesystemLoader(__DIR__ . '/templates');
$twig = new Environment($loader);
setlocale(LC_ALL, 'de-DE');
// --------------
$dbconn = pg_connect($dbconnstring)