PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
medifides
/
wp-content
/
plugins
/
simple-login-log
<?php if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) exit (); global $wpdb; //Delete table $sql = "DROP TABLE {$wpdb->prefix}simple_login_log"; $wpdb->query($sql); //Delete options delete_option('sll_db_ver'); delete_option('simple_login_log'); //remove cron jobs wp_clear_scheduled_hook('truncate_sll');
[-] uninstall.php
[open]
[-] screenshot-1.jpg
[open]
[+]
..
[-] screenshot-2.jpg
[open]
[-] readme.txt
[open]
[-] simple-login-log.php
[open]
[+]
languages