This commit is contained in:
Christopher 2020-10-23 23:40:50 +02:00
parent a1c9d2d104
commit da8da503fb
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($container['Names']['0'], '/'))." == ".$apiKey."<br>\n";
}
die();
}