Browse Source

remove outdated checks

tags/v8.0.0alpha1
Robin Appelman 9 years ago
parent
commit
f135130a75
2 changed files with 0 additions and 4 deletions
  1. 0
    2
      settings/ajax/addRootCertificate.php
  2. 0
    2
      settings/ajax/removeRootCertificate.php

+ 0
- 2
settings/ajax/addRootCertificate.php View File

@@ -1,6 +1,4 @@
<?php

OCP\JSON::checkAppEnabled('files_external');
OCP\JSON::callCheck();

$l = new OC_L10N('core');

+ 0
- 2
settings/ajax/removeRootCertificate.php View File

@@ -1,6 +1,4 @@
<?php

OCP\JSON::checkAppEnabled('files_external');
OCP\JSON::checkLoggedIn();
OCP\JSON::callCheck();


Loading…
Cancel
Save