diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-08-15 19:56:04 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-08-31 10:47:50 +0200 |
commit | f135130a7524e0b035a721aa395a60117494f806 (patch) | |
tree | 0e904aab067888e7a59c75571ebc6875121a78c9 /settings/ajax | |
parent | c158db72000f0d92c0852abad313e254c4b7fc2e (diff) | |
download | nextcloud-server-f135130a7524e0b035a721aa395a60117494f806.tar.gz nextcloud-server-f135130a7524e0b035a721aa395a60117494f806.zip |
remove outdated checks
Diffstat (limited to 'settings/ajax')
-rw-r--r-- | settings/ajax/addRootCertificate.php | 2 | ||||
-rw-r--r-- | settings/ajax/removeRootCertificate.php | 2 |
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(); |