XSRF checks

remotes/origin/stable45
Lukas Reschke 13 years ago
parent 334296b027
commit 2dfc485149
  1. 2
      apps/files_external/ajax/removeRootCertificate.php

@ -1,6 +1,8 @@
<?php
OCP\JSON::checkAppEnabled('files_external');
OCP\JSON::checkLoggedIn();
OCP\JSON::callCheck();
$view = \OCP\Files::getStorage("files_external");
$cert = $_POST['cert'];

Loading…
Cancel
Save