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