mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Merge branch 'maint'
Conflicts: web/html/account.php web/html/addvote.php web/html/pkgsubmit.php web/lib/acctfuncs.inc.php web/template/actions_form.php web/template/pkg_comment_form.php web/template/pkg_comments.php web/template/pkg_details.php web/template/pkg_search_results.php web/template/tu_details.php
This commit is contained in:
commit
f3ce74c714
15 changed files with 78 additions and 46 deletions
|
@ -49,7 +49,7 @@ if ($atype == "Trusted User" || $atype == "Developer") {
|
|||
}
|
||||
|
||||
if ($canvote == 1) {
|
||||
if (isset($_POST['doVote'])) {
|
||||
if (isset($_POST['doVote']) && check_token()) {
|
||||
if (isset($_POST['voteYes'])) {
|
||||
$myvote = "Yes";
|
||||
} else if (isset($_POST['voteNo'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue