aboutsummaryrefslogtreecommitdiffstats
path: root/settings/ajax
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-08-15 19:56:04 +0200
committerRobin Appelman <icewind@owncloud.com>2014-08-31 10:47:50 +0200
commitf135130a7524e0b035a721aa395a60117494f806 (patch)
tree0e904aab067888e7a59c75571ebc6875121a78c9 /settings/ajax
parentc158db72000f0d92c0852abad313e254c4b7fc2e (diff)
downloadnextcloud-server-f135130a7524e0b035a721aa395a60117494f806.tar.gz
nextcloud-server-f135130a7524e0b035a721aa395a60117494f806.zip
remove outdated checks
Diffstat (limited to 'settings/ajax')
-rw-r--r--settings/ajax/addRootCertificate.php2
-rw-r--r--settings/ajax/removeRootCertificate.php2
2 files changed, 0 insertions, 4 deletions
diff --git a/settings/ajax/addRootCertificate.php b/settings/ajax/addRootCertificate.php
index 9be8fd0025b..f055a4066ea 100644
--- a/settings/ajax/addRootCertificate.php
+++ b/settings/ajax/addRootCertificate.php
@@ -1,6 +1,4 @@
<?php
-
-OCP\JSON::checkAppEnabled('files_external');
OCP\JSON::callCheck();
$l = new OC_L10N('core');
diff --git a/settings/ajax/removeRootCertificate.php b/settings/ajax/removeRootCertificate.php
index 0931138ad4b..a3de035269e 100644
--- a/settings/ajax/removeRootCertificate.php
+++ b/settings/ajax/removeRootCertificate.php
@@ -1,6 +1,4 @@
<?php
-
-OCP\JSON::checkAppEnabled('files_external');
OCP\JSON::checkLoggedIn();
OCP\JSON::callCheck();