]> git.p6c8.net - jirafeau_project.git/commitdiff
Centralize decryption in `jirafeau_decrypt_file()`
authorPatrick Canterino <patrick@patrick-canterino.de>
Mon, 1 Apr 2024 13:37:37 +0000 (15:37 +0200)
committerPatrick Canterino <patrick@patrick-canterino.de>
Mon, 1 Apr 2024 13:37:37 +0000 (15:37 +0200)
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...


No differences found

patrick-canterino.de