mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 21:20:01 -06:00
Remove redundant statement
This commit is contained in:
@@ -16,7 +16,6 @@ $docroot = $docroot ?? $_SERVER['DOCUMENT_ROOT'] ?: '/usr/local/emhttp';
|
||||
require_once "$docroot/plugins/dynamix.docker.manager/include/DockerClient.php";
|
||||
|
||||
$var = parse_ini_file('state/var.ini');
|
||||
extract(parse_ini_file('state/network.ini',true));
|
||||
ignore_user_abort(true);
|
||||
|
||||
$DockerClient = new DockerClient();
|
||||
|
||||
Reference in New Issue
Block a user