mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-10-09 22:06:48 +02:00
refactor: general code base refactor (#2950)
* refactor * fix: bug in previous refactor * chore: exclude phpcompat sniff due to bug in phpcompat * fix: do not leak absolute paths * refactor/fix: batch extensions checking, fix DOS issue
This commit is contained in:
@@ -10,6 +10,9 @@
|
||||
<br>
|
||||
|
||||
<?php if (isset($stacktrace)): ?>
|
||||
<h2>Stacktrace</h2>
|
||||
<br>
|
||||
|
||||
<?php foreach ($stacktrace as $frame) : ?>
|
||||
<code>
|
||||
<?= e($frame) ?>
|
||||
|
Reference in New Issue
Block a user