mirror of
https://github.com/unraid/webgui.git
synced 2026-04-30 23:09:42 -05:00
Initialize variables properly with array values
This commit is contained in:
@@ -224,7 +224,7 @@ if ($_GET['xmlTemplate']) {
|
||||
}
|
||||
}
|
||||
$arrConfig['Name'] = strip_tags($arrConfig['Name']);
|
||||
$arrConfig['Description'] = strip_tags($arrConfig['Description']);
|
||||
$arrConfig['Description'] = strip_tags($arrConfig['Description']);
|
||||
}
|
||||
}
|
||||
if (!empty($dockercfg['DOCKER_APP_UNRAID_PATH']) && file_exists($dockercfg['DOCKER_APP_UNRAID_PATH'])) {
|
||||
|
||||
Reference in New Issue
Block a user