1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-02 22:57:26 +02:00

refactor: prepare for introduction of token based authentication (#3921)

This commit is contained in:
Dag
2024-01-24 23:06:23 +01:00
committed by GitHub
parent 1262cc982c
commit 06b299e627
10 changed files with 240 additions and 291 deletions

View File

@@ -36,7 +36,7 @@ function render(string $template, array $context = []): string
/**
* Render php template with context
*
* DO NOT PASS USER INPUT IN $template or $context
* DO NOT PASS USER INPUT IN $template OR $context (keys!)
*/
function render_template(string $template, array $context = []): string
{