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) --- ocs/providers.php | 1 - ocs/v1.php | 1 - ocs/v2.php | 1 - 3 files changed, 3 deletions(-) (limited to 'ocs') diff --git a/ocs/providers.php b/ocs/providers.php index ba1594d30ee..34f931ad940 100644 --- a/ocs/providers.php +++ b/ocs/providers.php @@ -23,7 +23,6 @@ * along with this program. If not, see * */ - require_once __DIR__ . '/../lib/versioncheck.php'; require_once __DIR__ . '/../lib/base.php'; diff --git a/ocs/v1.php b/ocs/v1.php index 3a30e7d2118..d596a1b0fd3 100644 --- a/ocs/v1.php +++ b/ocs/v1.php @@ -27,7 +27,6 @@ * along with this program. If not, see * */ - require_once __DIR__ . '/../lib/versioncheck.php'; require_once __DIR__ . '/../lib/base.php'; diff --git a/ocs/v2.php b/ocs/v2.php index c0c4f795fa2..bb594b6990e 100644 --- a/ocs/v2.php +++ b/ocs/v2.php @@ -20,5 +20,4 @@ * along with this program. If not, see * */ - require_once __DIR__ . '/v1.php'; -- cgit v1.2.3