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/removeRootCertificate.php | |
parent | c158db72000f0d92c0852abad313e254c4b7fc2e (diff) | |
download | nextcloud-server-f135130a7524e0b035a721aa395a60117494f806.tar.gz nextcloud-server-f135130a7524e0b035a721aa395a60117494f806.zip |
remove outdated checks
Diffstat (limited to 'settings/ajax/removeRootCertificate.php')
-rw-r--r-- | settings/ajax/removeRootCertificate.php | 2 |
1 files changed, 0 insertions, 2 deletions
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(); |