add debug line breake

This commit is contained in:
Christopher 2020-10-23 14:27:46 +02:00
parent e33d4ac678
commit 4434ac7278
1 changed files with 1 additions and 1 deletions

View File

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