Restore global variable "docker_cfgfile".

This commit is contained in:
Tom Mortensen
2016-06-26 14:28:18 -07:00
parent 1954c8494a
commit 5a04fce64a

View File

@@ -34,7 +34,8 @@ if (!isset($eth0) && is_file("/usr/local/emhttp/state/network.ini")) {
}
// Docker configuration file - guaranteed to exist
$dockercfg = parse_ini_file("/boot/config/docker.cfg");
$docker_cfgfile = "/boot/config/docker.cfg";
$dockercfg = parse_ini_file($docker_cfgfile);
######################################
## DOCKERTEMPLATES CLASS ##