From 215aef3cbdc1963be1bb6bca5218ee0a4b7f1665 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Fri, 4 Jun 2021 21:52:51 +0200 Subject: Update php licenses MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/user_ldap/ajax/clearMappings.php | 2 -- apps/user_ldap/ajax/deleteConfiguration.php | 2 -- apps/user_ldap/ajax/getConfiguration.php | 2 -- apps/user_ldap/ajax/getNewServerConfigPrefix.php | 1 - apps/user_ldap/ajax/setConfiguration.php | 2 -- apps/user_ldap/ajax/testConfiguration.php | 2 -- apps/user_ldap/ajax/wizard.php | 2 -- 7 files changed, 13 deletions(-) (limited to 'apps/user_ldap/ajax') diff --git a/apps/user_ldap/ajax/clearMappings.php b/apps/user_ldap/ajax/clearMappings.php index b485d62dead..39462f334c9 100644 --- a/apps/user_ldap/ajax/clearMappings.php +++ b/apps/user_ldap/ajax/clearMappings.php @@ -6,7 +6,6 @@ * @author Christopher Schäpers * @author Christoph Wurst * @author Lukas Reschke - * @author Morris Jobke * @author Roeland Jago Douma * * @license AGPL-3.0 @@ -24,7 +23,6 @@ * along with this program. If not, see * */ - use OCA\User_LDAP\Mapping\UserMapping; use OCA\User_LDAP\Mapping\GroupMapping; diff --git a/apps/user_ldap/ajax/deleteConfiguration.php b/apps/user_ldap/ajax/deleteConfiguration.php index 0f3e28a33f3..82bfb6de82a 100644 --- a/apps/user_ldap/ajax/deleteConfiguration.php +++ b/apps/user_ldap/ajax/deleteConfiguration.php @@ -7,7 +7,6 @@ * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke - * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * @@ -26,7 +25,6 @@ * along with this program. If not, see * */ - // Check user and app status \OC_JSON::checkAdminUser(); \OC_JSON::checkAppEnabled('user_ldap'); diff --git a/apps/user_ldap/ajax/getConfiguration.php b/apps/user_ldap/ajax/getConfiguration.php index e3181d9c7f5..b541dbfbea5 100644 --- a/apps/user_ldap/ajax/getConfiguration.php +++ b/apps/user_ldap/ajax/getConfiguration.php @@ -7,7 +7,6 @@ * @author Joas Schilling * @author Juan Pablo Villafáñez * @author Lukas Reschke - * @author Morris Jobke * @author Roeland Jago Douma * * @license AGPL-3.0 @@ -25,7 +24,6 @@ * along with this program. If not, see * */ - // Check user and app status \OC_JSON::checkAdminUser(); \OC_JSON::checkAppEnabled('user_ldap'); diff --git a/apps/user_ldap/ajax/getNewServerConfigPrefix.php b/apps/user_ldap/ajax/getNewServerConfigPrefix.php index ec38fbb8ff0..d2194d5ceb7 100644 --- a/apps/user_ldap/ajax/getNewServerConfigPrefix.php +++ b/apps/user_ldap/ajax/getNewServerConfigPrefix.php @@ -23,7 +23,6 @@ * along with this program. If not, see * */ - // Check user and app status \OC_JSON::checkAdminUser(); \OC_JSON::checkAppEnabled('user_ldap'); diff --git a/apps/user_ldap/ajax/setConfiguration.php b/apps/user_ldap/ajax/setConfiguration.php index 08d3680187b..93717b7d114 100644 --- a/apps/user_ldap/ajax/setConfiguration.php +++ b/apps/user_ldap/ajax/setConfiguration.php @@ -6,7 +6,6 @@ * @author Christoph Wurst * @author Joas Schilling * @author Lukas Reschke - * @author Morris Jobke * @author Roeland Jago Douma * * @license AGPL-3.0 @@ -24,7 +23,6 @@ * along with this program. If not, see * */ - // Check user and app status \OC_JSON::checkAdminUser(); \OC_JSON::checkAppEnabled('user_ldap'); diff --git a/apps/user_ldap/ajax/testConfiguration.php b/apps/user_ldap/ajax/testConfiguration.php index 22cdea388c1..a5f41e93a92 100644 --- a/apps/user_ldap/ajax/testConfiguration.php +++ b/apps/user_ldap/ajax/testConfiguration.php @@ -6,7 +6,6 @@ * @author Christoph Wurst * @author Joas Schilling * @author Juan Pablo Villafáñez - * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * @author Thomas Müller @@ -26,7 +25,6 @@ * along with this program. If not, see * */ - // Check user and app status \OC_JSON::checkAdminUser(); \OC_JSON::checkAppEnabled('user_ldap'); diff --git a/apps/user_ldap/ajax/wizard.php b/apps/user_ldap/ajax/wizard.php index 103ba3cd384..c65ae23cd3b 100644 --- a/apps/user_ldap/ajax/wizard.php +++ b/apps/user_ldap/ajax/wizard.php @@ -7,7 +7,6 @@ * @author Joas Schilling * @author Juan Pablo Villafáñez * @author Lukas Reschke - * @author Morris Jobke * @author Robin Appelman * @author Roeland Jago Douma * @author Roger Szabo @@ -27,7 +26,6 @@ * along with this program. If not, see * */ - // Check user and app status \OC_JSON::checkAdminUser(); \OC_JSON::checkAppEnabled('user_ldap'); -- cgit v1.2.3