Mercurial > hg > isophonics-drupal-site
view core/modules/dblog/dblog.routing.yml @ 13:5fb285c0d0e3
Update Drupal core to 8.4.7 via Composer. Security update; I *think* we've
been lucky to get away with this so far, as we don't support self-registration
which seems to be used by the so-called "drupalgeddon 2" attack that 8.4.5
was vulnerable to.
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:33:26 +0100 |
parents | 4c8ae668cc8c |
children |
line wrap: on
line source
dblog.overview: path: '/admin/reports/dblog' defaults: _controller: '\Drupal\dblog\Controller\DbLogController::overview' _title: 'Recent log messages' requirements: _permission: 'access site reports' dblog.confirm: path: '/admin/reports/dblog/confirm' defaults: _form: '\Drupal\dblog\Form\DblogClearLogConfirmForm' _title: 'Confirm delete recent log messages' requirements: _permission: 'access site reports' dblog.event: path: '/admin/reports/dblog/event/{event_id}' defaults: _controller: '\Drupal\dblog\Controller\DbLogController::eventDetails' _title: 'Details' requirements: _permission: 'access site reports' dblog.page_not_found: path: '/admin/reports/page-not-found' defaults: _title: "Top 'page not found' errors" _controller: '\Drupal\dblog\Controller\DbLogController::topLogMessages' type: 'page not found' requirements: _permission: 'access site reports' dblog.access_denied: path: '/admin/reports/access-denied' defaults: _title: "Top 'access denied' errors" _controller: '\Drupal\dblog\Controller\DbLogController::topLogMessages' type: 'access denied' requirements: _permission: 'access site reports' dblog.search: path: '/admin/reports/search' defaults: _controller: '\Drupal\dblog\Controller\DbLogController::topLogMessages' _title: 'Top search phrases' type: 'search' requirements: _module_dependencies: 'search' _permission: 'access site reports'