From 887968399573cee22eb0d67fafb7c67ef105b0a3 Mon Sep 17 00:00:00 2001 From: Yigit Kerem Oktay Date: Fri, 20 Nov 2020 13:59:56 +0300 Subject: [PATCH] Fix teacher role logout and push version --- skymake-platform.php | 13 +++++++++++-- thisversion.php | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/skymake-platform.php b/skymake-platform.php index 584d273..9d23eca 100755 --- a/skymake-platform.php +++ b/skymake-platform.php @@ -361,8 +361,17 @@ function loadWebMeeting(){ $requestsuccess = true; include "nps/widgets/dash.php"; echo("

"._("Logging you out...")."

"); - session_destroy(); - header("Location: /"); + ?> + + +