Version Description
Download this release
Release Info
Developer | hallsofmontezuma |
Plugin | Acunetix WP Security |
Version | 2.2.56.23 |
Comparing to | |
See all releases |
Code changes from version 2.2.56.22 to 2.2.56.23
- readme.txt +1 -1
- securityscan.php +3 -1
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.56.
|
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.56.23
|
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://semperfiwebdesign.com/plugins/wp-security-scan/
|
5 |
Description: Perform security scan of WordPress installation.
|
6 |
Author: Michael Torbert
|
7 |
-
Version: 2.2.56.
|
8 |
Author URI: http://semperfiwebdesign.com/
|
9 |
*/
|
10 |
|
@@ -70,6 +70,8 @@ function mrt_opt_mng_pg() {
|
|
70 |
|
71 |
<div class=wrap>
|
72 |
<h2><?php _e('WP - Security Admin Tools') ?></h2>
|
|
|
|
|
73 |
<div>
|
74 |
<!-- <div id="message" class="updated fade"><p></p></div>-->
|
75 |
<br /><div style="float: left;width: 600px; height: 430px;border: 1px solid #999;margin: 0 15px 15px 0;padding: 5px;">
|
4 |
Plugin URI: http://semperfiwebdesign.com/plugins/wp-security-scan/
|
5 |
Description: Perform security scan of WordPress installation.
|
6 |
Author: Michael Torbert
|
7 |
+
Version: 2.2.56.23
|
8 |
Author URI: http://semperfiwebdesign.com/
|
9 |
*/
|
10 |
|
70 |
|
71 |
<div class=wrap>
|
72 |
<h2><?php _e('WP - Security Admin Tools') ?></h2>
|
73 |
+
<br /><em>For comments, suggestions, bug reporting, etc please <a href="http://semperfiwebdesign.com/contact/">click here</a>.</em>
|
74 |
+
|
75 |
<div>
|
76 |
<!-- <div id="message" class="updated fade"><p></p></div>-->
|
77 |
<br /><div style="float: left;width: 600px; height: 430px;border: 1px solid #999;margin: 0 15px 15px 0;padding: 5px;">
|