Acunetix WP Security - Version 2.2.47

Version Description

Download this release

Release Info

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

Code changes from version 2.2.46 to 2.2.47

Files changed (3) hide show
  1. functions.php +1 -1
  2. readme.txt +1 -1
  3. securityscan.php +1 -1
functions.php CHANGED
@@ -81,7 +81,7 @@ function mrt_get_serverinfo() {
81
  <?php
82
  function mrt_check_table_prefix(){
83
  if($GLOBALS['table_prefix']=='wp_'){
84
- echo '<font color="red">Your table prefix should not be <i>wp_</i>. Please <a href="wp-admin/admin.php?page=database">click here</a> to change it.</font><br />';
85
  }else{
86
  echo '<font color="green">Your table prefix is not <i>wp_</i>.</font><br />';
87
  }
81
  <?php
82
  function mrt_check_table_prefix(){
83
  if($GLOBALS['table_prefix']=='wp_'){
84
+ echo '<font color="red">Your table prefix should not be <i>wp_</i>. <a href="admin.php?page=database">Click here</a> to change it.</font><br />';
85
  }else{
86
  echo '<font color="green">Your table prefix is not <i>wp_</i>.</font><br />';
87
  }
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: security, securityscan, chmod, permissions, admin, administration, authent
5
  plugins, private, protection, tracking, wordpress
6
  Requires at least: 2.0
7
  Tested up to: 2.5
8
- Stable tag: 2.2.46
9
 
10
  Scans your WordPress installation for security vulnerabilities.
11
 
5
  plugins, private, protection, tracking, wordpress
6
  Requires at least: 2.0
7
  Tested up to: 2.5
8
+ Stable tag: 2.2.47
9
 
10
  Scans your WordPress installation for security vulnerabilities.
11
 
securityscan.php CHANGED
@@ -4,7 +4,7 @@ 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.46
8
  Author URI: http://semperfiwebdesign.com/
9
  */
10
  require_once(ABSPATH."wp-content/plugins/wp-security-scan/support.php");
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.47
8
  Author URI: http://semperfiwebdesign.com/
9
  */
10
  require_once(ABSPATH."wp-content/plugins/wp-security-scan/support.php");