diff options
author | INOPIAE <inopiae@cacert.org> | 2013-05-01 02:00:31 +0200 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-05-01 02:00:31 +0200 |
commit | c3f0e56d1ee679f193758538d63a6d182aa0f9e0 (patch) | |
tree | b36166768e80aa618b60013a75028b5c339adc19 /pages | |
parent | 91bf0ec7e9d3f34866a5843c13cc6079311c0adf (diff) | |
download | cacert-devel-c3f0e56d1ee679f193758538d63a6d182aa0f9e0.tar.gz cacert-devel-c3f0e56d1ee679f193758538d63a6d182aa0f9e0.tar.xz cacert-devel-c3f0e56d1ee679f193758538d63a6d182aa0f9e0.zip |
bug 1136: changed from variable to fixed value for hidden oldid
Diffstat (limited to 'pages')
-rw-r--r-- | pages/account/43.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/43.php b/pages/account/43.php index 608f66b..b4f77d7 100644 --- a/pages/account/43.php +++ b/pages/account/43.php @@ -784,7 +784,7 @@ include_once($_SESSION['_config']['filepath']."/includes/notary.inc.php"); <td colspan="6" class="title"> <form method="post" action="account.php" onSubmit="if(!confirm('<?=_("Are you sure you want to revoke all private certificates?")?>')) return false;"> <input type="hidden" name="action" value="revokecert"> - <input type="hidden" name="oldid" value="<?=intval($id)?>"> + <input type="hidden" name="oldid" value="43"> <input type="hidden" name="userid" value="<?=intval($userid)?>"> <input type="submit" value="<?=_('revoke certificates')?>"> </form> |