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

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsualko <klaus@jsxc.org>2021-07-08 11:57:25 +0300
committersualko <klaus@jsxc.org>2021-07-08 11:57:25 +0300
commitc9cae15801abb329e190b3453666e8db99716b8a (patch)
tree5d59b995851db6cf09084e0bb64ddf4228d2657b
parentbb8440f46dee9e3aa9979fd2e0d6e793f4593645 (diff)
fix: add deprecation label to internal option
-rw-r--r--templates/settings/admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/settings/admin.php b/templates/settings/admin.php
index b04a2e6..0f4f0e5 100644
--- a/templates/settings/admin.php
+++ b/templates/settings/admin.php
@@ -40,7 +40,7 @@ function printRadioInput($key, $value, $required=true) {
<div class="form-group">
<label class="text-left form-no-padding">
<?php printRadioInput('serverType', 'internal'); ?>
- Internal
+ Internal (deprecated)
</label>
<em>Limited functionality only: No clients besides JSXC in Nextcloud, no multi-user chat,
no server-to-server federations.</em>