cleanup
This commit is contained in:
parent
fc68a0bdaa
commit
75170d3207
|
@ -8,7 +8,6 @@ define('LARGE_LIMIT',131072);
|
||||||
$subject="OpenPGP.js Example";
|
$subject="OpenPGP.js Example";
|
||||||
$to="alex@openpgpjs.org";
|
$to="alex@openpgpjs.org";
|
||||||
$headers = "From: OpenPGP.js Example <noreply@openpgpjs.org>\r\n";
|
$headers = "From: OpenPGP.js Example <noreply@openpgpjs.org>\r\n";
|
||||||
$mail = "$message";
|
|
||||||
/* -------------------------------------------------------------------------- */
|
/* -------------------------------------------------------------------------- */
|
||||||
|
|
||||||
/* input -------------------------------------------------------------------- */
|
/* input -------------------------------------------------------------------- */
|
||||||
|
@ -25,4 +24,3 @@ mail($to, $subject, $message, $headers);
|
||||||
/* Redirect browser */
|
/* Redirect browser */
|
||||||
header("Location: http://openpgpjs.org");
|
header("Location: http://openpgpjs.org");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user