diff options
author | friendica <info@friendica.com> | 2013-09-19 17:41:08 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-19 17:41:08 -0700 |
commit | 9f237f7dba8f41fc243225d556a47164ee155635 (patch) | |
tree | dcba1a482f7415f40d3b263f31df55d7f4c2206b /mod | |
parent | ef88ba11ba97f5eb09fb917a6495037256aaa5ec (diff) | |
parent | 2eaea801954f34e0f8a320b5853eb8f4035d4f69 (diff) | |
download | volse-hubzilla-9f237f7dba8f41fc243225d556a47164ee155635.tar.gz volse-hubzilla-9f237f7dba8f41fc243225d556a47164ee155635.tar.bz2 volse-hubzilla-9f237f7dba8f41fc243225d556a47164ee155635.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'mod')
-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( |