Skip to content

Commit

Permalink
Fix level 4 errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdesign committed Feb 12, 2025
1 parent 36bfd67 commit e2ac40b
Show file tree
Hide file tree
Showing 256 changed files with 1,686 additions and 711 deletions.
2 changes: 1 addition & 1 deletion constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
\define('REGISTER_USERNAME_MAX_LENGTH', 25);
\define('REGISTER_USERNAME_FORCE_ASCII', 2);
\define('REGISTER_MIN_USER_AGE', 0);
\define('REGISTER_ANTISPAM_ACTION', 0);
\define('REGISTER_ANTISPAM_ACTION', 'disable');
\define('GITHUB_PUBLIC_KEY', '');
\define('GITHUB_PRIVATE_KEY', '');
\define('TWITTER_PUBLIC_KEY', '');
Expand Down
Loading

0 comments on commit e2ac40b

Please sign in to comment.