Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-11-13 11:19:09 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-11-13 11:19:09 +0300
commitc88707760e0f099df2f43f40ac9dc57c2267c302 (patch)
treed20996fb4049728629bc1ce17b3c8095303c70f8 /appinfo
parent75c185233fe8b1963ed7e20a5539396766624816 (diff)
parent2cf2f147be079dca2a1e7bae9415a7c7a6fd3846 (diff)
Merge remote-tracking branch 'origin/master' into enh/albums
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/app.php24
1 files changed, 24 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
new file mode 100644
index 00000000..12482fcd
--- /dev/null
+++ b/appinfo/app.php
@@ -0,0 +1,24 @@
+<?php
+/**
+ * @copyright Copyright (c) 2019 John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @author John Molakvoæ <skjnldsv@protonmail.com>
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+use OCA\Photos\AppInfo\Application;
+\OC::$server->query(Application::class);