1
0
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:
MateBartus
2015-04-28 22:33:04 +02:00
committed by Mate Bartus
parent 8155205ae7
commit 11623dd671
10 changed files with 798 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
core.default:
resource: "installer.yml"

View 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