mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 21:03:00 -04:00
Add missing requesttoken
This is a trivial fix for a regression caused by #1648
This commit is contained in:
parent
83f0c8ce61
commit
4708d4549d
1 changed files with 1 additions and 0 deletions
|
|
@ -149,6 +149,7 @@
|
|||
<?php endforeach; ?>
|
||||
</tbody>
|
||||
</table>
|
||||
<input type="hidden" name="requesttoken" value="<?php echo $_['requesttoken']; ?>">
|
||||
<input type="file" id="rootcert_import" name="rootcert_import" style="width:230px;">
|
||||
<input type="submit" name="cert_import" value="<?php echo $l->t('Import Root Certificate'); ?>" />
|
||||
</fieldset>
|
||||
|
|
|
|||
Loading…
Reference in a new issue