Add tiered access option.

This commit is contained in:
Thomas Willingham 2013-09-19 22:36:25 +01:00
parent a5656c350d
commit 2eaea80195

View File

@ -401,7 +401,8 @@ function admin_page_site(&$a) {
$access_choices = Array( $access_choices = Array(
ACCESS_PRIVATE => t("Private"), ACCESS_PRIVATE => t("Private"),
ACCESS_PAID => t("Paid Access"), ACCESS_PAID => t("Paid Access"),
ACCESS_FREE => t("Free Access") ACCESS_FREE => t("Free Access"),
ACCESS_TIERED => t("Tiered Access")
); );
// $ssl_choices = array( // $ssl_choices = array(