diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-09 09:05:05 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2015-06-09 09:05:05 +0200 |
commit | 5c64ae1a0ea55c9d38d11659cf5a48761e44571f (patch) | |
tree | 8194e11c70e3fb8e6daad4d18b123bdf97e36e84 /web/html/pkgmerge.php | |
parent | 9b19f7595e45431a7984b50369eccd1a54ae4636 (diff) | |
download | aurweb-5c64ae1a0ea55c9d38d11659cf5a48761e44571f.tar.xz |
Drop suffixes from confirm parameters
Remove the _delete and _disown suffixes from HTTP POST confirmation
parameters.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html/pkgmerge.php')
-rw-r--r-- | web/html/pkgmerge.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgmerge.php b/web/html/pkgmerge.php index 5fbdbd8..a9c8894 100644 --- a/web/html/pkgmerge.php +++ b/web/html/pkgmerge.php @@ -55,7 +55,7 @@ if (has_credential(CRED_PKGBASE_DELETE)): ?> </script> <p><label for="merge_Into" ><?= __("Merge into:") ?></label> <input type="text" id="merge_Into" name="merge_Into" value="<?= isset($_GET['into']) ? $_GET['into'] : '' ?>" /></p> - <p><input type="checkbox" name="confirm_Delete" value="1" /> + <p><input type="checkbox" name="confirm" value="1" /> <?= __("Confirm package merge") ?></p> <p><input type="submit" class="button" name="do_Delete" value="<?= __("Merge") ?>" /></p> </fieldset> |