1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Merge pull request #4046 from CHItA/ticket/14269

[ticket/14269] Use http_exceptions in the installer instead of die()

* CHItA/ticket/14269:
  [ticket/14269] Change HTTP status codes to 403
  [ticket/14269] Fix comments and language var names
  [ticket/14269] Use http_exceptions in the installer instead of die()
This commit is contained in:
Tristan Darricau
2015-12-07 00:28:20 +01:00
5 changed files with 147 additions and 2 deletions

View File

@@ -32,6 +32,15 @@ services:
- @filesystem
- %core.root_path%
kernel_exception_subscriber:
class: phpbb\install\event\kernel_exception_subscriber
arguments:
- @phpbb.installer.controller.helper
- @language
- @template
tags:
- { name: kernel.event_subscriber }
language.loader:
parent: language.loader_abstract