include_once "../include/DB.php"; include_once "../include/Club.php"; include_once "../include/Player.php"; include_once "../include/User.php"; include_once "../include/Team.php"; include_once "../include/Liga.php"; include_once "../include/Movement.php"; include_once "../include/Spieltag.php"; include_once "../include/Kampf.php"; include_once "../include/Halbzeit.php"; $debug=1; foreach ( $_REQUEST as $xname => $xvalue ) { if ( $debug ) echo " \n"; $$xname = trim($xvalue); } $PHP_SELF = $_SERVER['SCRIPT_NAME']; $saison = 2010; $LID = 13; $dispOnly = 1; // Wenn eine Liga ausgewählt ist, alle Daten laden if ( $LID ) { $liga = Liga::load_by_id($LID); } ?>