wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/uninstall.php
--- a/wp/wp-content/plugins/codecanyon-3027163-content-timeline-responsive-wordpress-plugin/uninstall.php Tue Oct 15 15:48:13 2019 +0200
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-<?php
-if( !defined( 'ABSPATH') && !defined('WP_UNINSTALL_PLUGIN') )
- exit();
-
-global $wpdb;
-$sliders_table = $wpdb->base_prefix . 'ctimelines';
-$wpdb->query( "DROP TABLE $sliders_table" );
-
-?>
\ No newline at end of file