aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/WebServer.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-11-25 22:20:49 +0100
committerMax Kostikov <max@kostikov.co>2019-11-25 22:20:49 +0100
commit78197aa6258891a11bc9784a19b21541d94954be (patch)
treed438d0d15f23c44d213857c07521a2d9cfcc5b7a /Zotlabs/Web/WebServer.php
parent9e4ff8ce2584724fe5b54ed284d70d019625e7fa (diff)
parentfcb065bcb2f8e61d1d9e804f8f251967732ee037 (diff)
downloadvolse-hubzilla-78197aa6258891a11bc9784a19b21541d94954be.tar.gz
volse-hubzilla-78197aa6258891a11bc9784a19b21541d94954be.tar.bz2
volse-hubzilla-78197aa6258891a11bc9784a19b21541d94954be.zip
Merge branch 'dev' into 'dev'
Dev sync See merge request kostikov/core!6
Diffstat (limited to 'Zotlabs/Web/WebServer.php')
-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')