diff --git a/core/modules/system/system.module b/core/modules/system/system.module index dfad161..1f515ab 100644 --- a/core/modules/system/system.module +++ b/core/modules/system/system.module @@ -1006,7 +1006,7 @@ function system_menu() { 'type' => MENU_CALLBACK, 'file' => 'system.admin.inc', ); - $items['admin/reports/system/php'] = array( + $items['admin/reports/status/php'] = array( 'title' => 'PHP', 'route_name' => 'system_php', ); diff --git a/core/modules/system/system.routing.yml b/core/modules/system/system.routing.yml index c99c93a..19b9fd8 100644 --- a/core/modules/system/system.routing.yml +++ b/core/modules/system/system.routing.yml @@ -75,7 +75,7 @@ system_site_maintenance_mode: _permission: 'administer site configuration' system_php: - pattern: '/admin/reports/system/php' + pattern: '/admin/reports/status/php' defaults: _controller: 'Drupal\system\Controller\SystemInfoController::php' requirements: