add debug

This commit is contained in:
Christopher 2020-10-23 14:27:35 +02:00
parent 762f51b4de
commit e33d4ac678
1 changed files with 3 additions and 0 deletions

View File

@ -9,8 +9,11 @@ if(isset($_SESSION['LOGIN']))
foreach($allContainers as $thisContainer)
{
echo $thisContainer->Id." == ".$thisContainer->Names[0];
if($thisContainer->Id == $_SESSION['CONATINER'] || $thisContainer->Names[0] == ("/".$_SESSION['CONATINER']))
$container = $thisContainer;
}
if($container == NULL)