include("include/sessionTimeout.php"); include("include/dbconnect.php"); include("include/insertMitglieder.php"); include("html/head.html"); $runderTisch = "class='active'"; include("html/navigation.html"); $runderTisch = ""; if (isset($_GET["runderTisch"])){ $runderTisch = $_GET["runderTisch"]; }else { $runderTisch = "1"; } ?>
include ("html/footer.php"); ?>