Matomo-Tracking und Aufrufzaehlung absichern

This commit is contained in:
2026-08-27 12:20:56 +02:00
parent 528af07890
commit c86803bbd6
26 changed files with 1019 additions and 106 deletions
+3
View File
@@ -3,6 +3,9 @@
require_once __DIR__ . '/functions.php';
require_once __DIR__ . '/app/rate-limit.php';
require_once __DIR__ . '/app/totp.php';
require_once __DIR__ . '/app/public-page-views.php';
app_record_public_page_view('login');
$pdo = app_db_pdo();
$errors = [];