Add update forwarding to go.php

This commit is contained in:
Morris Jobke
2017-08-08 13:49:56 +02:00
committed by GitHub
parent e25fccace9
commit fc6d63e1dd

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',