Changeset 2199970
- Timestamp:
- 11/24/2019 02:40:40 PM (6 years ago)
- Location:
- wp-shield
- Files:
-
- 8 added
- 1 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/admin (added)
-
tags/1.0.1/admin/templates (added)
-
tags/1.0.1/admin/templates/settings.php (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/uninstall.php (added)
-
tags/1.0.1/wp_shield.php (added)
-
tags/1.0.1/wp_shield_auth.php (added)
-
trunk/wp_shield_auth.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-shield/trunk/wp_shield_auth.php
r2199969 r2199970 23 23 // Check if plugin is enabled 24 24 $is_enabled = $this->wp_shield_is_enabled(); 25 echo $is_enabled;26 25 27 26 // Get UN from Config or Database 28 27 $active_un = defined('WP_SHIELD_UN') ? WP_SHIELD_UN : get_option('wp_shield_username'); 29 echo $active_un;30 28 31 29 // Get UN from Config or Database 32 30 $active_pw = defined('WP_SHIELD_PWD') ? WP_SHIELD_PWD : get_option('wp_shield_password'); 33 echo $active_pw;34 31 35 32 $is_not_authenticated = true;
Note: See TracChangeset
for help on using the changeset viewer.