mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 19:54:12 +02:00
[ticket/13740] Front facing files and controllers
[ci skip] PHPBB3-13740
This commit is contained in:
2
phpBB/config/installer/routing/environment.yml
Normal file
2
phpBB/config/installer/routing/environment.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
core.default:
|
||||
resource: "installer.yml"
|
22
phpBB/config/installer/routing/installer.yml
Normal file
22
phpBB/config/installer/routing/installer.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
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
|
Reference in New Issue
Block a user