From f135130a7524e0b035a721aa395a60117494f806 Mon Sep 17 00:00:00 2001 From: Robin Appelman <icewind@owncloud.com> Date: Fri, 15 Aug 2014 19:56:04 +0200 Subject: [PATCH] remove outdated checks --- settings/ajax/addRootCertificate.php | 2 -- settings/ajax/removeRootCertificate.php | 2 -- 2 files changed, 4 deletions(-) diff --git a/settings/ajax/addRootCertificate.php b/settings/ajax/addRootCertificate.php index 9be8fd0025..f055a4066e 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 0931138ad4..a3de035269 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(); -- GitLab