diff options
author | INOPIAE <inopiae@cacert.org> | 2013-06-23 22:28:13 +0200 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-06-23 22:28:13 +0200 |
commit | 4c282894a952d1fcd8f61c8fc6cd5ba502140100 (patch) | |
tree | 5eedb91ce923b08792a90e16642d260dffb9ff95 /pages/gpg/2.php | |
parent | 389f8351b95126d3bafe560c2af6a426e68e7ba7 (diff) | |
download | cacert-devel-4c282894a952d1fcd8f61c8fc6cd5ba502140100.tar.gz cacert-devel-4c282894a952d1fcd8f61c8fc6cd5ba502140100.tar.xz cacert-devel-4c282894a952d1fcd8f61c8fc6cd5ba502140100.zip |
bug 782: removed previous echo, fixed update sql in account.php, added missing form tag in gpg/2.php
Diffstat (limited to 'pages/gpg/2.php')
-rw-r--r-- | pages/gpg/2.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/gpg/2.php b/pages/gpg/2.php index fe75a84..cc8a872 100644 --- a/pages/gpg/2.php +++ b/pages/gpg/2.php @@ -15,6 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ ?> +<form method="post" action="gpg.php"> <table align="center" valign="middle" border="0" cellspacing="0" cellpadding="0" class="wrapper"> <tr> <td colspan="6" class="title"><?=_("OpenPGP Keys")?></td> |