#81 - 19/12/2025 06:11:57
Add dynamic image serving endpoint
Introduces imagem.php to serve images for various entity types based on query parameters. The script maps entity types to database tables and image directories, retrieves the image filename from the database, and serves the file with appropriate headers. Returns 404 if the type or image is not found.