mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-22 03:34:46 +02:00
refactor: prepare for introduction of token based authentication (#3921)
This commit is contained in:
parent
1262cc982c
commit
06b299e627
10 changed files with 240 additions and 291 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue