change var name

This commit is contained in:
Christopher 2020-10-23 23:41:25 +02:00
parent da8da503fb
commit c52b1836ff
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if($_REQUEST['MASTERKEY'] == $RUNTIME['SYSTEMKEY'])
{
$apiKey = calcAPIKey($thisContainer);
echo trim(ltrim($container['Names']['0'], '/'))." == ".$apiKey."<br>\n";
echo trim(ltrim($thisContainer['Names']['0'], '/'))." == ".$apiKey."<br>\n";
}
die();
}