Moved several settings from .htconfig.php to the admin settings page.

This commit is contained in:
Michael Vogel
2015-02-08 20:35:40 +01:00
parent 10c7ab76a2
commit 7e9ae24511
8 changed files with 52 additions and 27 deletions

View File

@@ -127,6 +127,11 @@ define ( 'PAGE_FREELOVE', 3 );
define ( 'PAGE_BLOG', 4 );
define ( 'PAGE_PRVGROUP', 5 );
// Type of the community page
define ( 'CP_NO_COMMUNITY_PAGE', -1 );
define ( 'CP_USERS_ON_SERVER', 0 );
define ( 'CP_GLOBAL_COMMUNITY', 1 );
/**
* Network and protocol family types
*/