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:
@@ -21,6 +21,7 @@ services:
|
||||
- @language
|
||||
- @installer.helper.iohandler_factory
|
||||
- @installer.installer.install
|
||||
- @installer.helper.install_helper
|
||||
tags:
|
||||
- { name: console.installer.command }
|
||||
|
||||
|
@@ -30,3 +30,4 @@ services:
|
||||
- @template
|
||||
- @request
|
||||
- @installer.installer.install
|
||||
- @installer.helper.install_helper
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user