rename var

This commit is contained in:
Christopher 2020-10-24 00:17:05 +02:00
parent c7cca2d51a
commit 5a1478d4dd
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
foreach($allContainers as $thisContainer)
{
if(trim($_POST['containername']) == trim(ltrim($container['Names']['0'], '/')))
if(trim($_POST['containername']) == trim(ltrim($thisContainer['Names']['0'], '/')))
{
if(isset($thisContainer['Labels']['remotepass']))
{