Merge pull request #549 from nextcloud/update-forwarding

Add update forwarding to go.php
This commit is contained in:
Morris Jobke
2017-08-09 12:26:30 +02:00
committed by GitHub

1
go.php
View File

@@ -30,6 +30,7 @@ $mapping = array(
'admin-sso' => '/admin_manual/configuration_server/sso_configuration.html',
'admin-php-opcache' => '/admin_manual/configuration_server/server_tuning.html#enable-php-opcache',
'admin-mysql-utf8mb4' => '/admin_manual/configuration_database/mysql_4byte_support.html',
'admin-update' => '/admin_manual/maintenance/update.html',
'developer-code-integrity'=> '/developer_manual/app/code_signing.html',
'developer-theming' => '/developer_manual/core/theming.html',