Changeset 3151802
- Timestamp:
- 09/14/2024 02:58:55 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wordpress-2-step-verification/2.x/wordpress-2-step-verification.php
r3151793 r3151802 5 5 * Description: Wordpress 2-Step Verification adds an extra layer of security to your Wordpress Account. In addition to your username and password, you'll enter a code that generated by Android/iPhone/Blackberry app or Plugin will send you via email upon signing in. 6 6 * Author: as247 7 * Version: 2.6. 27 * Version: 2.6.3 8 8 * Author URI: https://tinyinstaller.top/ 9 9 * Compatibility: WordPress 4.0 … … 20 20 define('PHP_INT_MIN', ~PHP_INT_MAX); 21 21 } 22 define('WP2SV_VERSION','2.6. 2');22 define('WP2SV_VERSION','2.6.3'); 23 23 define('WP2SV_ABSPATH', dirname(__FILE__) . '/'); 24 24 define('WP2SV_INC', WP2SV_ABSPATH . 'includes');
Note: See TracChangeset
for help on using the changeset viewer.