Changeset 6780
- Timestamp:
- 02/27/2018 01:56:44 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/wporg-two-factor.php
r6736 r6780 13 13 namespace WordPressdotorg\TwoFactor; 14 14 15 // Set this to false to disable the two factor plugin entirely 16 define( 'WPORG_ENABLE_2FA', true ); 17 18 if ( ! defined( 'WPORG_ENABLE_2FA' ) || ! WPORG_ENABLE_2FA ) { 19 return; 20 } 21 15 22 if ( ! defined( 'WPORG_SANDBOXED' ) || ! WPORG_SANDBOXED ) { 16 23 return;
Note: See TracChangeset
for help on using the changeset viewer.