diff --git a/core/modules/system/system.module b/core/modules/system/system.module index d19b579..4a007e0 100644 --- a/core/modules/system/system.module +++ b/core/modules/system/system.module @@ -1000,10 +1000,6 @@ function system_menu() { 'type' => MENU_CALLBACK, 'file' => 'system.admin.inc', ); - $items['admin/reports/status/php'] = array( - 'title' => 'PHP', - 'route_name' => 'system_php', - ); // Default page for batch operations. $items['batch'] = array(