array( "Back to whitelist" => "checkhelo-whitelist-main.php" ), )); if ($_POST['frmaction'] == "add") { ?>
Source
Comment
Source cannot be empty
prepare("INSERT INTO ${DB_TABLE_PREFIX}checkhelo_whitelist (Source,Comment,Disabled) VALUES (?,?,1)"); $res = $stmt->execute(array( $_POST['whitelist_type'] . ":" . $_POST['whitelist_source'], $_POST['whitelist_comment'] )); if ($res) { ?>
HELO/EHLO whitelist created
Failed to create HELO/EHLO whitelisting
errorInfo()) ?>
Invalid invocation