From: Patrick Canterino Date: Mon, 1 Apr 2024 13:37:37 +0000 (+0200) Subject: Centralize decryption in `jirafeau_decrypt_file()` X-Git-Tag: 4.6.0~14^2~6 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/f2e7a2cb00bebc22671aa02035242596dbce46de?hp=f2e7a2cb00bebc22671aa02035242596dbce46de Centralize decryption in `jirafeau_decrypt_file()` Previously the decryption code in f.php was a copy of `jirafeau_decrypt_file()`. Now, we let the funtion write to `php://output`. `jirafeau_decrypt_file()` was previously broken because of me doing copy-paste... ---