mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 02:36:38 +02:00
[ticket/14247] Use quotes around @ and % strings in YAML
PHPBB3-14247
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
core.default:
|
||||
resource: "installer.yml"
|
||||
resource: installer.yml
|
||||
|
@@ -2,19 +2,19 @@ phpbb_installer_index:
|
||||
path: /
|
||||
defaults:
|
||||
_controller: phpbb.installer.controller.welcome:handle
|
||||
mode: "intro"
|
||||
mode: 'intro'
|
||||
|
||||
phpbb_installer_license:
|
||||
path: /license
|
||||
defaults:
|
||||
_controller: phpbb.installer.controller.welcome:handle
|
||||
mode: "license"
|
||||
mode: 'license'
|
||||
|
||||
phpbb_installer_support:
|
||||
path: /support
|
||||
defaults:
|
||||
_controller: phpbb.installer.controller.welcome:handle
|
||||
mode: "support"
|
||||
mode: 'support'
|
||||
|
||||
phpbb_installer_install:
|
||||
path: /install
|
||||
|
Reference in New Issue
Block a user