Moved several settings from .htconfig.php to the admin settings page.
This commit is contained in:
parent
10c7ab76a2
commit
7e9ae24511
8 changed files with 52 additions and 27 deletions
5
boot.php
5
boot.php
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue