prepare("SELECT * FROM municipalities WHERE slug = :slug"); $stmt->execute([':slug' => getenv('MUNICIPALITY_SLUG')]); $municipality = $stmt->fetch(); if (!$municipality) { http_response_code(404); echo "

404 — Municipality not listed in Database.

"; exit; } ?> Bürgerbeteiligungsportal <?= htmlspecialchars($municipality['name']) ?>

Mitmachkarte