Add missing requesttoken

This is a trivial fix for a regression caused by #1648
This commit is contained in:
Lukas Reschke 2013-02-16 13:28:49 +01:00
parent 83f0c8ce61
commit 4708d4549d

View file

@ -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>