aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-19 20:40:35 -0700
committerfriendica <info@friendica.com>2014-03-19 20:40:35 -0700
commit2dda5d6c708a8fb6e20b1f722510d8f174e1e328 (patch)
treee5436c34a960ec1ee95eef0de174ed6076f57858 /mod
parentfa5ac2682879bd98362fba5317cf75ae1e8abff1 (diff)
downloadvolse-hubzilla-2dda5d6c708a8fb6e20b1f722510d8f174e1e328.tar.gz
volse-hubzilla-2dda5d6c708a8fb6e20b1f722510d8f174e1e328.tar.bz2
volse-hubzilla-2dda5d6c708a8fb6e20b1f722510d8f174e1e328.zip
add expire setting, take out unknown mailers and max friend requests per day which aren't implemented
Diffstat (limited to 'mod')
-rw-r--r--mod/settings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/settings.php b/mod/settings.php
index 1d2a5ecf9..cc4842725 100644
--- a/mod/settings.php
+++ b/mod/settings.php
@@ -956,6 +956,7 @@ function settings_content(&$a) {
'$lbl_p2macro' => t('Advanced Privacy Settings'),
+ '$expire' => array('expire',t('Expire other channel content after this many days'),$expire,t('0 or blank prevents expiration')),
'$maxreq' => array('maxreq', t('Maximum Friend Requests/Day:'), intval($channel['channel_max_friend_req']) , t('May reduce spam activity')),
'$permissions' => t('Default Post Permissions'),
'$permdesc' => t("\x28click to open/close\x29"),