[12-Feb-2023 09:51:39 UTC] PHP Fatal error: Array and string offset access syntax with curly braces is no longer supported in /usr/lib/php8.1/HTTP.php on line 500"
mit Folge, das keine Downloads möglich sind.
if (!empty($sContent) && $isActive) {
$bPrintAnchor = ($bAnchor && ($sSectionIdPrefix == 'none')||($sSectionIdPrefix != 'none'));
$sAnchor = "\n".'<div id="'.$sSectionIdPrefix.$section_id.'" class="section m-'.$module.' '.$sAttribute.'" >';
$sBeforeContent = ($bPrintAnchor ? $sAnchor : '');
$sAfterContent = ($bPrintAnchor ? '</div><!-- INFO '.$module.$section_id.' -->' : '');
// echo $sContent = $sBeforeContent."\n".$sContent."\n".$sAfterContent."\n";
echo $sContent = \ltrim($sBeforeContent."\n".$sContent."\n".$sAfterContent."\n", "\n");
}