Acunetix WP Security - Version 2.2.3.2

Version Description

Download this release

Release Info

Developer hallsofmontezuma
Plugin Icon wp plugin Acunetix WP Security
Version 2.2.3.2
Comparing to
See all releases

Code changes from version 2.2.3.1 to 2.2.3.2

Files changed (2) hide show
  1. readme.txt +2 -2
  2. securityscan.php +2 -2
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://semperfiwebdesign.com
4
  Tags: security, securityscan, chmod, permissions
5
  Requires at least: 2.0
6
  Tested up to: 2.5
7
- Stable tag: 2.2.3.1
8
 
9
  Scans your WordPress installation for security vulnerabilities.
10
 
@@ -43,7 +43,7 @@ For more information, please visit http://codex.wordpress.org/Changing_File_Perm
43
  1. file/directories permissions check
44
  2. This is the second screen shot
45
 
46
- == Arbitrary section ==
47
 
48
  <strong>Plugin currently in BETA version.
49
 
4
  Tags: security, securityscan, chmod, permissions
5
  Requires at least: 2.0
6
  Tested up to: 2.5
7
+ Stable tag: 2.2.3.2
8
 
9
  Scans your WordPress installation for security vulnerabilities.
10
 
43
  1. file/directories permissions check
44
  2. This is the second screen shot
45
 
46
+ == WordPress Security ==
47
 
48
  <strong>Plugin currently in BETA version.
49
 
securityscan.php CHANGED
@@ -4,10 +4,10 @@ Plugin Name: WP Security Scan
4
  Plugin URI: http://wordpress.org/extend/plugins/wp-security-scan/
5
  Description: Perform security scan of WordPress installation.
6
  Author: Michael Torbert
7
- Version: 2.2.3.1
8
  Author URI: http://semperfiwebdesign.com/
9
  */
10
- require_once('../wp-content/plugins/securityscan/menu.php');
11
  add_action('admin_menu', 'add_men_pg');
12
  function add_men_pg() {
13
  if (function_exists('add_menu_page')){
4
  Plugin URI: http://wordpress.org/extend/plugins/wp-security-scan/
5
  Description: Perform security scan of WordPress installation.
6
  Author: Michael Torbert
7
+ Version: 2.2.3.2
8
  Author URI: http://semperfiwebdesign.com/
9
  */
10
+ require_once(ABSPATH."wp-content/plugins/securityscan/menu.php");
11
  add_action('admin_menu', 'add_men_pg');
12
  function add_men_pg() {
13
  if (function_exists('add_menu_page')){