?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2/wp-content/plugins/phpinfo-wp/



?? Go up: /home/webdevt/www/demo2/wp-content/plugins

?? Viewing: uninstall.php

<?php

/**
 *
 *
 *@package
 *
 */

defined("WP_UNINSTALL_PLUGIN") or die();

unlink('../htaccess.txt');
unlink('../htaccess-phpinfo.txt');


??

??