This commit is contained in:
Alexander Willner 2012-01-18 11:15:51 +01:00
parent fc68a0bdaa
commit 75170d3207

View File

@ -8,7 +8,6 @@ define('LARGE_LIMIT',131072);
$subject="OpenPGP.js Example";
$to="alex@openpgpjs.org";
$headers = "From: OpenPGP.js Example <noreply@openpgpjs.org>\r\n";
$mail = "$message";
/* -------------------------------------------------------------------------- */
/* input -------------------------------------------------------------------- */
@ -25,4 +24,3 @@ mail($to, $subject, $message, $headers);
/* Redirect browser */
header("Location: http://openpgpjs.org");
?>