session_start(); $root = "../.."; include_once($root."/include/sessionFunctions.inc.php"); /* reservierungsplan startseite zur wartung des designs author: christian osterrieder utilo.eu */ $unterkunft_id = getSessionWert(UNTERKUNFT_ID); $passwort = getSessionWert(PASSWORT); $benutzername = getSessionWert(BENUTZERNAME); $sprache = getSessionWert(SPRACHE); //datenbank öffnen: include_once("../../conf/rdbmsConfig.php"); //andere funktionen importieren: include_once("../../include/benutzerFunctions.php"); include_once("../../include/unterkunftFunctions.php"); include_once($root."/include/propertiesFunctions.php"); include_once("../../include/zimmerFunctions.php"); //uebersetzer einfuegen: include_once("../../include/uebersetzer.php"); //should the reservation state be shown? $showReservation = getPropertyValue(SHOW_RESERVATION_STATE,$unterkunft_id,$link); if ($showReservation != "true"){ $showReservation = false; } ?>