Merge pull request #927 from bergware/master

Docker fix regression error
This commit is contained in:
tom mortensen
2021-08-12 13:31:53 -07:00
committed by GitHub

View File

@@ -155,7 +155,7 @@ if (isset($_POST['contName'])) {
##########################
if (unscript($_GET['updateContainer'])){
$echo = isset($_GET['mute']);
$echo = $_GET['mute'] ? false : true;
if ($echo) {
readfile("$docroot/plugins/dynamix.docker.manager/log.htm");
@flush();