diff options
author | Julius Härtl <jus@bitgrid.net> | 2021-07-13 08:49:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 08:49:59 +0200 |
commit | 3860dad9eaac937288d125c75e7f58cfbe44848a (patch) | |
tree | 0514e607be6a642aa26614c475a47ac1c3a178d7 /lib/public/Defaults.php | |
parent | 0031152de1c416932759d7ad6af445b895358734 (diff) | |
parent | 0ba01892603e17e8663a51fb3723e484c4bdce7e (diff) | |
download | nextcloud-server-3860dad9eaac937288d125c75e7f58cfbe44848a.tar.gz nextcloud-server-3860dad9eaac937288d125c75e7f58cfbe44848a.zip |
Merge pull request #26481 from ghost/fdroid
Diffstat (limited to 'lib/public/Defaults.php')
-rw-r--r-- | lib/public/Defaults.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/public/Defaults.php b/lib/public/Defaults.php index 7d74134cf48..7c6d73bcaea 100644 --- a/lib/public/Defaults.php +++ b/lib/public/Defaults.php @@ -95,6 +95,15 @@ class Defaults { } /** + * link to the Android client on F-Droid + * @return string + * @since 23.0.0 + */ + public function getFDroidClientUrl() { + return $this->defaults->getFDroidClientUrl(); + } + + /** * base URL to the documentation of your ownCloud instance * @return string * @since 6.0.0 |