cacert-webdb/pages/gpg/0.php

26 lines
1.1 KiB
PHP
Raw Normal View History

2004-11-18 23:21:15 +00:00
<? /*
2008-04-06 19:45:09 +00:00
LibreSSL - CAcert web application
Copyright (C) 2004-2008 CAcert Inc.
2004-11-18 23:21:15 +00:00
2008-04-06 19:45:09 +00:00
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License.
2004-11-18 23:21:15 +00:00
2008-04-06 19:45:09 +00:00
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
2004-11-18 23:21:15 +00:00
2008-04-06 19:45:09 +00:00
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
2006-08-16 00:00:01 +00:00
*/
include_once("../includes/shutdown.php");
?>
2008-07-16 17:18:37 +00:00
<p><?=_("Paste your OpenPGP key below...")?></p>
2004-11-18 23:21:15 +00:00
<form method="post" action="gpg.php">
2007-01-10 04:01:15 +00:00
<textarea name="CSR" cols="80" rows="15"><?=strip_tags($_POST['CSR'])?></textarea><br>
2004-11-18 23:21:15 +00:00
<input type="submit" name="process" value="<?=_("Submit")?>">
<input type="hidden" name="oldid" value="<?=$id?>">
</form>