Security update

This commit is contained in:
bergware
2021-08-13 16:54:02 +02:00
parent bc9350ff50
commit be48bf8dbc

View File

@@ -64,7 +64,7 @@ switch ($action) {
case 'log':
if ($container) {
$since = unscript($_REQUEST['since']??'');
$title = unhook($_REQUEST['title']??'');
$title = unscript($_REQUEST['title']??'');
require_once "$docroot/webGui/include/ColorCoding.php";
if (!$since) {
readfile("$docroot/plugins/dynamix.docker.manager/log.htm");