diff options
author | redmatrix <git@macgirvin.com> | 2016-05-16 17:07:39 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-16 17:07:39 -0700 |
commit | 2dcedd69519a40ca0f40bf7b8b86423e98c778c9 (patch) | |
tree | f1b7073db839da520319de458d7dc9280163aa62 /boot.php | |
parent | c8322e89c66703f111b40f8bc321d5ab32299da1 (diff) | |
download | volse-hubzilla-2dcedd69519a40ca0f40bf7b8b86423e98c778c9.tar.gz volse-hubzilla-2dcedd69519a40ca0f40bf7b8b86423e98c778c9.tar.bz2 volse-hubzilla-2dcedd69519a40ca0f40bf7b8b86423e98c778c9.zip |
more work on sessions and cookies, as some anomalies appeared in caldav and firefox which suggested deeper issues
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -700,6 +700,7 @@ class App { private static $perms = null; // observer permissions private static $widgets = array(); // widgets for this page + public static $session = null; public static $groups; public static $language; public static $langsave; |