mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Set language using a POST request
Fixes FS#39027. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
33bdc023d6
commit
bc93e68dc7
2 changed files with 3 additions and 3 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
<div id="content">
|
||||
<div id="lang_sub">
|
||||
<form method="get" action="<?= htmlspecialchars($_SERVER["REQUEST_URI"], ENT_QUOTES) ?>">
|
||||
<form method="post" action="<?= htmlspecialchars($_SERVER["REQUEST_URI"], ENT_QUOTES) ?>">
|
||||
<fieldset>
|
||||
<div>
|
||||
<select name="setlang" id="id_setlang">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue