<?php
if (!file_exists("loader-wizard.php")) exit("Already removed.");
if (unlink("loader-wizard.php")) echo "Success - removed ioncube installer. Now close this window.";
else echo "<h2>WARNING - FAILED to remove ioncube installer
<br>- you must manually delete the file: \members-section\ioncube\loader-wizard.php";
?>