"superuser" )
{
$_SESSION[ "benutzer_anmeldename" ] = "";
header("Location: index.php");
}
$_SESSION[ "title" ] = "Systemkonfiguration";
virtual( 'ssi_header.php' );
$_SESSION[ "title" ] = "";
$mandant_name = $_SESSION[ "mandant_name" ];
//$wertemengen = liefere_alle_wertemengen_kuerzel( "Standard", false );
include( "su_menu.php" );
echo "
";
$html = '
';
$html = $html.'
';
$html = $html.'
';
$_SESSION[ "meldung_su" ] = '';
echo $html;
//echo '
'.$_SESSION[ "meldung_su" ].'
';
//$_SESSION[ "meldung_su" ] = "";
//echo "
";
echo "
";
echo "";
include( 'ssi_footer.php' );
?>