diff -r 000000000000 -r 03b0d1493584 web/wp-content/plugins/wp-super-cache/uninstall.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/plugins/wp-super-cache/uninstall.php Wed Dec 23 17:55:33 2009 +0000 @@ -0,0 +1,88 @@ + +
+This script will uninstall the files and directories created by WP Super Cache.
+DONEMake sure you remove the following line from " . ABSPATH . "wp-config.php too.
"; + echo "define('WP_CACHE', true);
";
+ echo "Please comment out the UNINSTALL_WPSUPERCACHE define() in this file!
"; + wp_mail( $current_user->user_email, 'WP Super Cache Uninstalled', '' ); +} else { + ?> + + + +