diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-07-16 12:56:57 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-07-16 12:56:57 +0200 |
commit | 7b2f4b08145ec31f0150544891633db2f5061104 (patch) | |
tree | ae4894e846a72e1aff6e4124e04503eee57b2d61 /Zotlabs/Web | |
parent | 3051e2c268f9a85fd70b69c7a62084755b28f7af (diff) | |
download | volse-hubzilla-7b2f4b08145ec31f0150544891633db2f5061104.tar.gz volse-hubzilla-7b2f4b08145ec31f0150544891633db2f5061104.tar.bz2 volse-hubzilla-7b2f4b08145ec31f0150544891633db2f5061104.zip |
fix a regression in regard to unified session page load times intoduced in 6.0
Diffstat (limited to 'Zotlabs/Web')
-rw-r--r-- | Zotlabs/Web/WebServer.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Web/WebServer.php b/Zotlabs/Web/WebServer.php index 685f75897..de0d5a883 100644 --- a/Zotlabs/Web/WebServer.php +++ b/Zotlabs/Web/WebServer.php @@ -39,8 +39,6 @@ class WebServer { register_shutdown_function('session_write_close'); } - $_SESSION['page_loadtime'] = datetime_convert(); - /** * Language was set earlier, but we can over-ride it in the session. * We have to do it here because the session was just now opened. |