mirror of
https://github.com/unraid/webgui.git
synced 2026-02-14 13:08:56 -06:00
Merge pull request #927 from bergware/master
Docker fix regression error
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user