aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_install.php
diff options
context:
space:
mode:
authorShibu Lijack <shibulijack@gmail.com>2012-04-11 17:54:50 +0530
committerShibu Lijack <shibulijack@gmail.com>2012-04-11 17:54:50 +0530
commit394a95b5c5c048e9c606f5fc05e512ddc40e5ded (patch)
tree7f161772c628261cd59932b7c9e8d758cafc0429 /phpBB/includes/functions_install.php
parent3da5166703a63988e75d0f4e4d7c9ea99897a648 (diff)
downloadforums-394a95b5c5c048e9c606f5fc05e512ddc40e5ded.tar
forums-394a95b5c5c048e9c606f5fc05e512ddc40e5ded.tar.gz
forums-394a95b5c5c048e9c606f5fc05e512ddc40e5ded.tar.bz2
forums-394a95b5c5c048e9c606f5fc05e512ddc40e5ded.tar.xz
forums-394a95b5c5c048e9c606f5fc05e512ddc40e5ded.zip
[ticket/10688] Updated version to 3.1
Replace phpBB 3.0.x to phpBB 3.1.x PHPBB-10688
Diffstat (limited to 'phpBB/includes/functions_install.php')
-rw-r--r--phpBB/includes/functions_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_install.php b/phpBB/includes/functions_install.php
index a49e19f09a..c1250bac27 100644
--- a/phpBB/includes/functions_install.php
+++ b/phpBB/includes/functions_install.php
@@ -516,7 +516,7 @@ function phpbb_create_config_file_data($data, $dbms, $load_extensions, $debug =
$load_extensions = implode(',', $load_extensions);
$config_data = "<?php\n";
- $config_data .= "// phpBB 3.0.x auto-generated configuration file\n// Do not change anything in this file!\n";
+ $config_data .= "// phpBB 3.1.x auto-generated configuration file\n// Do not change anything in this file!\n";
$config_data_array = array(
'dbms' => $dbms,