mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-25 01:04:25 -04:00
use html::purify to cleans the additional content on the admin maintence page.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
</div>
|
||||
|
||||
<? foreach ($task_maintenance_content as $content): ?>
|
||||
<?= $content ?>
|
||||
<?= html::purify($content) ?>
|
||||
<? endforeach ?>
|
||||
|
||||
<? if ($running_tasks->count()): ?>
|
||||
|
||||
Reference in New Issue
Block a user