aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2019-11-25 12:59:16 +0000
committerMario <mario@mariovavti.com>2019-11-25 12:59:16 +0000
commit0d47bb6878fc6920595b4252a54d76ba2486dabb (patch)
treefc05254e10068185c2379cadc4f38f6cbb1ece01 /Zotlabs/Web
parentf6f7e7e8d2a9045ac2010ab2308ef7bc5e896efa (diff)
downloadvolse-hubzilla-0d47bb6878fc6920595b4252a54d76ba2486dabb.tar.gz
volse-hubzilla-0d47bb6878fc6920595b4252a54d76ba2486dabb.tar.bz2
volse-hubzilla-0d47bb6878fc6920595b4252a54d76ba2486dabb.zip
remove sysmsg and sysmsg_info from session - those are now stored in xconfig (sse)
Diffstat (limited to 'Zotlabs/Web')
-rw-r--r--Zotlabs/Web/WebServer.php8
1 files changed, 0 insertions, 8 deletions
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')