From cb2592e91e47912a688314f229daf83045e71463 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 17 Apr 2018 17:49:42 +0200 Subject: [PATCH] Provide a shortcut for the trusted domains page Signed-off-by: Morris Jobke --- go.php | 1 + 1 file changed, 1 insertion(+) diff --git a/go.php b/go.php index a94e7ceb7..09a797bc3 100644 --- a/go.php +++ b/go.php @@ -33,6 +33,7 @@ $mapping = array( 'admin-mysql-utf8mb4' => '/admin_manual/configuration_database/mysql_4byte_support.html', 'admin-update' => '/admin_manual/maintenance/update.html', 'admin-theming-icons' => '/admin_manual/configuration_server/theming.html#theming-of-icons', + 'admin-trusted-domains' => '/admin_manual/installation/installation_wizard.html#trusted-domains', 'developer-manual' => '/developer_manual', 'developer-code-integrity'=> '/developer_manual/app/code_signing.html',