1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 18:54:08 +02:00

[ticket/17514] Remove some more mentions of phpBB3 / 3.3.x

PHPBB-17514
This commit is contained in:
Marc Alexander
2025-05-27 19:40:08 +02:00
parent d547c989b7
commit 14f055c25b
5 changed files with 16 additions and 16 deletions

View File

@@ -165,7 +165,7 @@ class create_config_file extends \phpbb\install\task_base
protected function get_config_data($debug = false, $debug_container = false, $environment = null)
{
$config_content = "<?php\n";
$config_content .= "// phpBB 3.3.x auto-generated configuration file\n// Do not change anything in this file!\n";
$config_content .= "// phpBB auto-generated configuration file\n// Do not change anything in this file!\n";
$dbms = $this->install_config->get('dbms');
$db_driver = $this->db_helper->get_available_dbms($dbms);