mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-13 15:34:44 +02:00
fix: disallow non-strings in GET parameters (#2908)
This commit is contained in:
parent
003ab58514
commit
c33f84fcc2
3 changed files with 22 additions and 13 deletions
|
@ -1,6 +1,9 @@
|
|||
<div style="width: 60%; margin: 30px auto">
|
||||
|
||||
<h1>Something went wrong</h1>
|
||||
<h1>
|
||||
<?= e($title ?? 'Something went wrong') ?>
|
||||
</h1>
|
||||
|
||||
<br>
|
||||
<?= e($message) ?>
|
||||
<br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue