Skip to content

Commit e2ac40b

Browse files
committed
Fix level 4 errors
1 parent 36bfd67 commit e2ac40b

File tree

256 files changed

+1686
-711
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

256 files changed

+1686
-711
lines changed

constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
\define('REGISTER_USERNAME_MAX_LENGTH', 25);
119119
\define('REGISTER_USERNAME_FORCE_ASCII', 2);
120120
\define('REGISTER_MIN_USER_AGE', 0);
121-
\define('REGISTER_ANTISPAM_ACTION', 0);
121+
\define('REGISTER_ANTISPAM_ACTION', 'disable');
122122
\define('GITHUB_PUBLIC_KEY', '');
123123
\define('GITHUB_PRIVATE_KEY', '');
124124
\define('TWITTER_PUBLIC_KEY', '');

0 commit comments

Comments
 (0)