array(
"Back to blacklist" => "checkhelo-blacklist-main.php"
),
));
if ($_POST['frmaction'] == "add") {
?>
Helo cannot be empty
prepare("INSERT INTO ${DB_TABLE_PREFIX}checkhelo_blacklist (Helo,Comment,Disabled) VALUES (?,?,1)");
$res = $stmt->execute(array(
$_POST['blacklist_helo'],
$_POST['blacklist_comment']
));
if ($res) {
?>
HELO/EHLO blacklist created
Failed to create HELO/EHLO blacklisting
errorInfo()) ?>
Invalid invocation