|
|
|
|
71
|
define('OPEN_REGISTRATION', false); //Set to false to disable open regirstration, true to allow anyone to register
|
71
|
define('OPEN_REGISTRATION', false); //Set to false to disable open regirstration, true to allow anyone to register
|
72
|
define('USER_LIMIT', 0); //The maximum number of users the site can have, 0 for no limit
|
72
|
define('USER_LIMIT', 0); //The maximum number of users the site can have, 0 for no limit
|
73
|
define('STARTING_INVITES', 0); //# of invites to give to newly registered users
|
73
|
define('STARTING_INVITES', 0); //# of invites to give to newly registered users
|
|
|
74
|
+define('STARTING_UPLOAD', 1073741824);
|
74
|
define('BLOCK_TOR', false); //Set to true to block Tor users
|
75
|
define('BLOCK_TOR', false); //Set to true to block Tor users
|
75
|
define('BLOCK_OPERA_MINI', false); //Set to true to block Opera Mini proxy
|
76
|
define('BLOCK_OPERA_MINI', false); //Set to true to block Opera Mini proxy
|
76
|
define('DONOR_INVITES', 2);
|
77
|
define('DONOR_INVITES', 2);
|