array( "Back to whitelist" => "checkhelo-whitelist-main.php", ), )); # Display delete confirm screen if ($_POST['frmaction'] == "delete") { # Check a whitelisting was selected if (isset($_POST['whitelist_id'])) { ?>
Are you very sure?
No HELO/EHLO whitelisting selected
exec("DELETE FROM ${DB_TABLE_PREFIX}checkhelo_whitelist WHERE ID = ".$db->quote($_POST['whitelist_id'])); if ($res) { ?>
HELO/EHLO whitelist deleted
Error deleting HELO/EHLO whitelist!
errorInfo()) ?>
HELO/EHLO whitelist not deleted, aborted by user
Invocation error, no whitelist ID
Invalid invocation