Docker: fix: use log.htm instead of log.php (these changes missed inclusion a few commits ago)

This commit is contained in:
Eric Schultz
2015-12-06 17:27:07 -06:00
parent 5209fff381
commit 002c8b186b
@@ -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) {