From 0d47bb6878fc6920595b4252a54d76ba2486dabb Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 25 Nov 2019 12:59:16 +0000 Subject: remove sysmsg and sysmsg_info from session - those are now stored in xconfig (sse) --- Zotlabs/Web/WebServer.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Zotlabs/Web') diff --git a/Zotlabs/Web/WebServer.php b/Zotlabs/Web/WebServer.php index 1c3ea29d0..909823ec4 100644 --- a/Zotlabs/Web/WebServer.php +++ b/Zotlabs/Web/WebServer.php @@ -82,14 +82,6 @@ class WebServer { if((x($_SESSION, 'authenticated')) || (x($_POST, 'auth-params')) || (\App::$module === 'login')) require('include/auth.php'); - if(! x($_SESSION, 'sysmsg')) - $_SESSION['sysmsg'] = array(); - - if(! x($_SESSION, 'sysmsg_info')) - $_SESSION['sysmsg_info'] = array(); - - - if(\App::$install) { /* Allow an exception for the view module so that pcss will be interpreted during installation */ if(\App::$module != 'view') -- cgit v1.2.3