added free text input with security measures

This commit is contained in:
2026-05-26 13:43:44 +02:00
parent 244fd16140
commit aefb1b6440
7 changed files with 143 additions and 3 deletions

View File

@ -2,6 +2,8 @@
// /var/www/html/common.php
// Gemeinsame Helfer für Token-Validierung, Key-Derivation (HKDF) und AES (CBC, IV vorangestellt).
require_once __DIR__ . '/lib/text_sanitize.php';
/**
* Load KEY=value pairs from .env in the project root.
* Does not override variables already set in the real environment.