array( "Back to whitelist" => "greylisting-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 Greylisting whitelisting selected
exec("DELETE FROM ${DB_TABLE_PREFIX}greylisting_whitelist WHERE ID = ".$db->quote($_POST['whitelist_id'])); if ($res) { ?>
Greylisting whitelist deleted
Error deleting Greylisting whitelist!
errorInfo()) ?>
Greylisting whitelist not deleted, aborted by user
Invocation error, no whitelist ID
Invalid invocation