Skip to content

Commit

Permalink
Merge pull request #47572 from nextcloud/backport/37303/stable28
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Aug 28, 2024
2 parents 2022762 + 4a57a5f commit 149d268
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/templates/confirmation.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,12 @@
?>

<div class="update">
<form method="POST" action="<?php print_unescaped($_['targetUrl']);?>">
<form method="POST">
<h2><?php p($_['title']) ?></h2>
<p><?php p($_['message']) ?></p>
<div class="buttons">
<input type="submit" class="primary" value="<?php p($_['action']); ?>">
</div>
<?php foreach ($_['parameters'] as $name => $value) {?>
<input type="hidden" name="<?php p($name); ?>" value="<?php p($value); ?>">
<?php } ?>
<input type="hidden" name="requesttoken" value="<?php p($_['requesttoken']) ?>">
</form>
</div>

0 comments on commit 149d268

Please sign in to comment.