aboutsummaryrefslogtreecommitdiffstats
path: root/htconfig.php
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-16 07:13:14 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-16 07:13:14 +0100
commit74c64ef2d244df47b2bea6527bbeb5cc62ca8845 (patch)
tree1e3314f76eefd8f7d014ae8e4a218dc9663ae3d7 /htconfig.php
parent80b57e664a3df68994108a3d511468b249e0bbff (diff)
parent47e1b8d0c07d79c33f8b2de52145aa751d4b955a (diff)
downloadvolse-hubzilla-74c64ef2d244df47b2bea6527bbeb5cc62ca8845.tar.gz
volse-hubzilla-74c64ef2d244df47b2bea6527bbeb5cc62ca8845.tar.bz2
volse-hubzilla-74c64ef2d244df47b2bea6527bbeb5cc62ca8845.zip
Merge branch 'master' of https://github.com/friendica/friendica
Diffstat (limited to 'htconfig.php')
-rwxr-xr-xhtconfig.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/htconfig.php b/htconfig.php
index f52aed2b1..9d9c8a2c7 100755
--- a/htconfig.php
+++ b/htconfig.php
@@ -79,3 +79,9 @@ $a->config['system']['theme'] = 'duepuntozero';
// By default allow pseudonyms
$a->config['system']['no_regfullname'] = true;
+
+// If set to true the priority settings of ostatus contacts are used
+$a->config['system']['ostatus_use_priority'] = false;
+
+// If enabled all items are cached in the given directory
+$a->config['system']['itemcache'] = "";