mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Merge pull request #37303 from nextcloud/remove-unset-parameters
This commit is contained in:
commit
8290b1e92e
1 changed files with 1 additions and 4 deletions
|
|
@ -8,15 +8,12 @@
|
|||
/** @var \OCP\Defaults $theme */
|
||||
?>
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue