diff options
author | zotlabs <mike@macgirvin.com> | 2016-11-07 18:30:47 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-11-07 18:30:47 -0800 |
commit | 26aaa62048dbeac60845bed17f81b006561301ca (patch) | |
tree | c3cc99abf1cc56e39b9ed19b9f2f5f817d7e2faa /boot.php | |
parent | c427fe94dae41a6c2899d426cfd0945f93347b56 (diff) | |
parent | 7cd7837e08dfedd4e4768703f3b81ef731221deb (diff) | |
download | volse-hubzilla-26aaa62048dbeac60845bed17f81b006561301ca.tar.gz volse-hubzilla-26aaa62048dbeac60845bed17f81b006561301ca.tar.bz2 volse-hubzilla-26aaa62048dbeac60845bed17f81b006561301ca.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1135,9 +1135,9 @@ class App { public static function build_pagehead() { - $user_scalable = ((local_channel()) ? get_pconfig(local_channel(),'system','user_scalable') : 1); + $user_scalable = ((local_channel()) ? get_pconfig(local_channel(),'system','user_scalable') : 0); if ($user_scalable === false) - $user_scalable = 1; + $user_scalable = 0; $preload_images = ((local_channel()) ? get_pconfig(local_channel(),'system','preload_images') : 0); if ($preload_images === false) |