diff options
author | redmatrix <git@macgirvin.com> | 2016-04-12 22:55:26 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-12 22:55:26 -0700 |
commit | 91cc36514306e827c126ceed6c17486c85f5544c (patch) | |
tree | bb763fc5e2bb5e3becbce685efc977acb63b5979 /boot.php | |
parent | f4a27afee9c1dc12afd2a15adef9f33654fa5ddd (diff) | |
download | volse-hubzilla-91cc36514306e827c126ceed6c17486c85f5544c.tar.gz volse-hubzilla-91cc36514306e827c126ceed6c17486c85f5544c.tar.bz2 volse-hubzilla-91cc36514306e827c126ceed6c17486c85f5544c.zip |
reverse the logic of the jsenabled setting so that sessions without js are performance penalised instead of regular sessions.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1065,6 +1065,7 @@ class App { self::$page['htmlhead'] = replace_macros($tpl, array( '$preload_images' => $preload_images, '$user_scalable' => $user_scalable, + '$query' => urlencode(self::$query_string), '$baseurl' => self::get_baseurl(), '$local_channel' => local_channel(), '$metas' => self::$meta->get(), |