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

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.php
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-05-19 19:11:49 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-05-19 19:11:49 +0300
commit3146fff5bbc8f0c6ea1f2bb178eaeabc5a830453 (patch)
treef493ad77e6a5b98ca4e53498c6efcc36c72c9b86 /go.php
parent15ead546d399d70b18a27208c5cb49e9b9a14d38 (diff)
Add redirection for admin delegation
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'go.php')
-rw-r--r--go.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.php b/go.php
index 34556cbff..55ffad150 100644
--- a/go.php
+++ b/go.php
@@ -40,7 +40,8 @@ $mapping = array(
'admin-trusted-domains' => '/admin_manual/installation/installation_wizard.html#trusted-domains',
'admin-update' => '/admin_manual/maintenance/update.html',
'admin-warnings' => '/admin_manual/configuration_server/security_setup_warnings.html',
-
+ 'admin-delegation' => '/admin_manual/configuration_server/admin_delegation_configuration.html',
+
'developer-code-integrity'=> '/developer_manual/app/code_signing.html',
'developer-manual' => '/developer_manual',
'developer-theming' => '/developer_manual/core/theming.html',