|
@@ -76,11 +76,12 @@ define('BLOCK_OPERA_MINI', false); //Set to true to block Opera Mini proxy
|
76
|
76
|
define('DONOR_INVITES', 2);
|
77
|
77
|
|
78
|
78
|
// Features
|
79
|
|
-define('FEATURE_EMAIL_REENABLE', true);
|
80
|
|
-define('FEATURE_SEND_EMAIL', true); //Attempt to send email from the site
|
81
|
|
-define('FEATURE_IRC', true); //Attempt to send messages to IRC
|
82
|
|
-define('FEATURE_ENFORCE_LOCATIONS', true); //Require users to verify login from unknown locations
|
83
|
|
-define('FEATURE_SET_ENC_KEY_PUBLIC', false); //Allow the site encryption key to be set without an account (Should only be used for initial setup)
|
|
79
|
+define('FEATURE_DONATE', false); // Enable donation page
|
|
80
|
+define('FEATURE_EMAIL_REENABLE', true); // Send re-enable requests to user's email
|
|
81
|
+define('FEATURE_ENFORCE_LOCATIONS', true); // Require users to verify login from unknown locations
|
|
82
|
+define('FEATURE_IRC', true); // Attempt to send messages to IRC
|
|
83
|
+define('FEATURE_SEND_EMAIL', true); // Attempt to send email from the site
|
|
84
|
+define('FEATURE_SET_ENC_KEY_PUBLIC', false); // Allow the site encryption key to be set without an account (Should only be used for initial setup)
|
84
|
85
|
|
85
|
86
|
// User class IDs needed for automatic promotions. Found in the 'permissions' table
|
86
|
87
|
// Name of class Class ID (NOT level)
|