mirror of
https://github.com/unraid/webgui.git
synced 2026-04-22 18:19:14 -05:00
Docker: fix: use log.htm instead of log.php (these changes missed inclusion a few commits ago)
This commit is contained in:
@@ -378,7 +378,7 @@ if (isset($_POST['contName'])) {
|
||||
goto END;
|
||||
}
|
||||
|
||||
include("/usr/local/emhttp/plugins/dynamix.docker.manager/log.php");
|
||||
readfile("/usr/local/emhttp/plugins/dynamix.docker.manager/log.htm");
|
||||
@flush();
|
||||
|
||||
// Will only pull image if it's absent
|
||||
@@ -432,7 +432,7 @@ if (isset($_POST['contName'])) {
|
||||
## UPDATE CONTAINER
|
||||
##
|
||||
if ($_GET['updateContainer']){
|
||||
include("/usr/local/emhttp/plugins/dynamix.docker.manager/log.php");
|
||||
readfile("/usr/local/emhttp/plugins/dynamix.docker.manager/log.htm");
|
||||
@flush();
|
||||
|
||||
foreach ($_GET['ct'] as $value) {
|
||||
|
||||
Reference in New Issue
Block a user