Changeset 1611482
- Timestamp:
- 03/09/2017 07:52:50 PM (9 years ago)
- Location:
- dpt-security/trunk
- Files:
-
- 2 edited
-
dpt-security.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dpt-security/trunk/dpt-security.php
r1605517 r1611482 4 4 Plugin URI: http://wordpress.digitalpixies.com/dpt-security 5 5 Description: Security Improvements to standard wordpress installs 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: Robert Huie 8 8 Author URI: http://DigitalPixies.com … … 48 48 EOF; 49 49 } 50 public static function AuthenticateUser($username, $password ) {50 public static function AuthenticateUser($username, $password=null) { 51 51 dpt_security_php::Initialize(); 52 52 if($_REQUEST[dpt_security_php::$data["modulator_name"]]==dpt_security_php::$data["modulation_value"]) -
dpt-security/trunk/readme.txt
r1605517 r1611482 5 5 Requires at least: 3.0.0 6 6 Tested up to: 4.7.2 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 33 33 == Changelog == 34 34 35 = 1.1.2 = 36 * Fix warning about password parameter not being passed 37 35 38 = 1.1.1 = 36 39 * Tested up to current Wordpress 4.7.2
Note: See TracChangeset
for help on using the changeset viewer.