Skip to content
Snippets Groups Projects
Commit 4708d454 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Add missing requesttoken

This is a trivial fix for a regression caused by #1648
parent 83f0c8ce
Branches
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment