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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user