mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
Fixed invalid Session Handling on Infoterminal Page
This commit is contained in:
@@ -20,14 +20,6 @@
|
||||
* Rudolf Hangl < [email protected] >
|
||||
* Gerald Simane-Sequens < [email protected] >
|
||||
*/
|
||||
|
||||
// ------------------------------------------------------------------------------------------
|
||||
// Session Starten - Merk Anwenderdaten
|
||||
// ------------------------------------------------------------------------------------------
|
||||
$SESSIONID=trim((isset($_REQUEST['SESSIONID']) ? $_REQUEST['SESSIONID']:''));
|
||||
if (session_start($SESSIONID))
|
||||
$SESSIONID=@session_id();
|
||||
|
||||
require_once('../../config/cis.config.inc.php');
|
||||
require_once('../../include/wochenplan.class.php');
|
||||
require_once('../../include/benutzerberechtigung.class.php');
|
||||
|
||||
Reference in New Issue
Block a user