Line 25 | Line 25 |
---|
*/
// phpBB Version
|
*/
// phpBB Version
|
define('PHPBB_VERSION', '3.0.8');
| define('PHPBB_VERSION', '3.0.14');
|
// QA-related // define('PHPBB_QA', 1);
| // QA-related // define('PHPBB_QA', 1);
|
Line 157 | Line 157 |
---|
define('CONFIRM_REG', 1); define('CONFIRM_LOGIN', 2); define('CONFIRM_POST', 3);
|
define('CONFIRM_REG', 1); define('CONFIRM_LOGIN', 2); define('CONFIRM_POST', 3);
|
| define('CONFIRM_REPORT', 4);
|
// Categories - Attachments define('ATTACHMENT_CATEGORY_NONE', 0);
| // Categories - Attachments define('ATTACHMENT_CATEGORY_NONE', 0);
|
Line 172 | Line 173 |
---|
// Number of core BBCodes define('NUM_CORE_BBCODES', 12);
|
// Number of core BBCodes define('NUM_CORE_BBCODES', 12);
|
| // BBCode hard limit define('BBCODE_LIMIT', 1511);
|
// Smiley hard limit define('SMILEY_LIMIT', 1000);
| // Smiley hard limit define('SMILEY_LIMIT', 1000);
|
Line 233 | Line 237 |
---|
define('ICONS_TABLE', $table_prefix . 'icons'); define('LANG_TABLE', $table_prefix . 'lang'); define('LOG_TABLE', $table_prefix . 'log');
|
define('ICONS_TABLE', $table_prefix . 'icons'); define('LANG_TABLE', $table_prefix . 'lang'); define('LOG_TABLE', $table_prefix . 'log');
|
| define('LOGIN_ATTEMPT_TABLE', $table_prefix . 'login_attempts');
|
define('MODERATOR_CACHE_TABLE', $table_prefix . 'moderator_cache'); define('MODULES_TABLE', $table_prefix . 'modules'); define('POLL_OPTIONS_TABLE', $table_prefix . 'poll_options');
| define('MODERATOR_CACHE_TABLE', $table_prefix . 'moderator_cache'); define('MODULES_TABLE', $table_prefix . 'modules'); define('POLL_OPTIONS_TABLE', $table_prefix . 'poll_options');
|
Line 276 | Line 281 |
---|
?>
|
?>
|
|
|