Version Description
Download this release
Release Info
Developer | peterebutler |
Plugin | Timthumb Vulnerability Scanner |
Version | 1.41 |
Comparing to | |
See all releases |
Code changes from version 1.4 to 1.41
timthumb-vulnerability-scanner.php
CHANGED
@@ -4,14 +4,13 @@ Plugin Name: TimThumb Vulnerability Scanner
|
|
4 |
Plugin URI: http://codegarage.com/blog/2011/09/wordpress-timthumb-vulnerability-scanner-plugin-1.4/
|
5 |
Description: Keep your instances of Timthumb up to date and free from vulnerabilities simply. Bonus - checks for obvious signs of compromised sites.
|
6 |
Author: Peter Butler
|
7 |
-
Version: 1.
|
8 |
Author URI: http://codegarage.com/
|
9 |
*/
|
10 |
|
11 |
include_once 'class-cg-tvs-plugin.php';
|
12 |
|
13 |
$CG_TVS_Plugin = new CG_TVS_Plugin();
|
14 |
-
$CG_TVS_Plugin->get_fresh_data();
|
15 |
add_action( 'admin_menu', array($CG_TVS_Plugin, 'add_menus' ) );
|
16 |
register_activation_hook( __FILE__, array($CG_TVS_Plugin, 'activate' ) );
|
17 |
register_deactivation_hook( __FILE__, array($CG_TVS_Plugin, 'deactivate' ) );
|
4 |
Plugin URI: http://codegarage.com/blog/2011/09/wordpress-timthumb-vulnerability-scanner-plugin-1.4/
|
5 |
Description: Keep your instances of Timthumb up to date and free from vulnerabilities simply. Bonus - checks for obvious signs of compromised sites.
|
6 |
Author: Peter Butler
|
7 |
+
Version: 1.41
|
8 |
Author URI: http://codegarage.com/
|
9 |
*/
|
10 |
|
11 |
include_once 'class-cg-tvs-plugin.php';
|
12 |
|
13 |
$CG_TVS_Plugin = new CG_TVS_Plugin();
|
|
|
14 |
add_action( 'admin_menu', array($CG_TVS_Plugin, 'add_menus' ) );
|
15 |
register_activation_hook( __FILE__, array($CG_TVS_Plugin, 'activate' ) );
|
16 |
register_deactivation_hook( __FILE__, array($CG_TVS_Plugin, 'deactivate' ) );
|