1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-14 04:34:07 +02:00

[ticket/13740] Exit from installation if phpBB is already installed

PHPBB3-13740
This commit is contained in:
Mate Bartus
2015-07-20 19:26:07 +02:00
parent 6216007caa
commit 0488c49116
8 changed files with 103 additions and 12 deletions

View File

@@ -21,6 +21,7 @@ services:
- @language
- @installer.helper.iohandler_factory
- @installer.installer.install
- @installer.helper.install_helper
tags:
- { name: console.installer.command }

View File

@@ -30,3 +30,4 @@ services:
- @template
- @request
- @installer.installer.install
- @installer.helper.install_helper

View File

@@ -56,6 +56,12 @@ services:
- %core.root_path%
- %core.php_ext%
installer.helper.install_helper:
class: phpbb\install\helper\install_helper
arguments:
- %core.root_path%
- %core.php_ext%
# -------- Installer --------------------------------
installer.module_base:
abstract: true