aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-18 17:47:26 -0700
committerfriendica <info@friendica.com>2013-09-18 17:47:26 -0700
commite4d2e2200e04c8df699d9a8efade661123ef7ac8 (patch)
treeeb97cdeb19f72ef9dbddf5074510bf9f82f50632 /include/zot.php
parente06b4c6dfc0b3419f35dd8d42770d1c983523830 (diff)
downloadvolse-hubzilla-e4d2e2200e04c8df699d9a8efade661123ef7ac8.tar.gz
volse-hubzilla-e4d2e2200e04c8df699d9a8efade661123ef7ac8.tar.bz2
volse-hubzilla-e4d2e2200e04c8df699d9a8efade661123ef7ac8.zip
add "tiered" access policy, add tagcloud to directory pages
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php
index c416d18f9..58b3d74d3 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -1563,6 +1563,8 @@ function import_site($arr,$pubkey) {
$access_policy = ACCESS_PAID;
if($arr['access_policy'] === 'free')
$access_policy = ACCESS_FREE;
+ if($arr['access_policy'] === 'tiered')
+ $access_policy = ACCESS_TIERED;
}
$directory_url = htmlentities($arr['directory_url'],ENT_COMPAT,'UTF-8',false);