mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
22 lines
548 B
YAML
22 lines
548 B
YAML
phpbb_installer_index:
|
|
path: /
|
|
defaults:
|
|
_controller: phpbb.installer.controller.welcome:handle
|
|
mode: "intro"
|
|
|
|
phpbb_installer_license:
|
|
path: /license
|
|
defaults:
|
|
_controller: phpbb.installer.controller.welcome:handle
|
|
mode: "license"
|
|
|
|
phpbb_installer_support:
|
|
path: /support
|
|
defaults:
|
|
_controller: phpbb.installer.controller.welcome:handle
|
|
mode: "support"
|
|
|
|
phpbb_installer_install:
|
|
path: /install
|
|
defaults:
|
|
_controller: phpbb.installer.controller.install:handle
|