diff options
author | Thomas Willingham <founder@kakste.com> | 2013-09-19 22:36:25 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-09-19 22:36:25 +0100 |
commit | 2eaea801954f34e0f8a320b5853eb8f4035d4f69 (patch) | |
tree | 5010ae1722053bbe0096b69b9abc74a8e973249d | |
parent | a5656c350dd2a1329ef8ddb4e6eea82e341920c3 (diff) | |
download | volse-hubzilla-2eaea801954f34e0f8a320b5853eb8f4035d4f69.tar.gz volse-hubzilla-2eaea801954f34e0f8a320b5853eb8f4035d4f69.tar.bz2 volse-hubzilla-2eaea801954f34e0f8a320b5853eb8f4035d4f69.zip |
Add tiered access option.
-rw-r--r-- | mod/admin.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/admin.php b/mod/admin.php index 455897f6f..e9a456b52 100644 --- a/mod/admin.php +++ b/mod/admin.php @@ -401,7 +401,8 @@ function admin_page_site(&$a) { $access_choices = Array( ACCESS_PRIVATE => t("Private"), ACCESS_PAID => t("Paid Access"), - ACCESS_FREE => t("Free Access") + ACCESS_FREE => t("Free Access"), + ACCESS_TIERED => t("Tiered Access") ); // $ssl_choices = array( |