From 1e856773b9d0b94f43bcdf5c0e2416d6fecc19fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Mon, 29 Jul 2019 15:38:28 +0200 Subject: [PATCH] Fixed broken Session on Infoterminal --- cis/infoterminal/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cis/infoterminal/index.php b/cis/infoterminal/index.php index 1a913c421..d11ce070b 100644 --- a/cis/infoterminal/index.php +++ b/cis/infoterminal/index.php @@ -20,6 +20,8 @@ * Rudolf Hangl < rudolf.hangl@technikum-wien.at > * Gerald Simane-Sequens < gerald.simane-sequens@technikum-wien.at > */ +session_start(); + require_once('../../config/cis.config.inc.php'); require_once('../../include/wochenplan.class.php'); require_once('../../include/benutzerberechtigung.class.php');