mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/10688] Updated version to 3.1
Replace phpBB 3.0.x to phpBB 3.1.x PHPBB-10688
This commit is contained in:
parent
3da5166703
commit
394a95b5c5
3 changed files with 3 additions and 3 deletions
|
@ -343,7 +343,7 @@ function still_on_time($extra_time = 15)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @version Version 0.1 / slightly modified for phpBB 3.0.x (using $H$ as hash type identifier)
|
* @version Version 0.1 / slightly modified for phpBB 3.1.x (using $H$ as hash type identifier)
|
||||||
*
|
*
|
||||||
* Portable PHP password hashing framework.
|
* Portable PHP password hashing framework.
|
||||||
*
|
*
|
||||||
|
|
|
@ -516,7 +516,7 @@ function phpbb_create_config_file_data($data, $dbms, $load_extensions, $debug =
|
||||||
$load_extensions = implode(',', $load_extensions);
|
$load_extensions = implode(',', $load_extensions);
|
||||||
|
|
||||||
$config_data = "<?php\n";
|
$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(
|
$config_data_array = array(
|
||||||
'dbms' => $dbms,
|
'dbms' => $dbms,
|
||||||
|
|
|
@ -13,7 +13,7 @@ if (!defined('IN_PHPBB'))
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper functions for phpBB 2.0.x to phpBB 3.0.x conversion
|
* Helper functions for phpBB 2.0.x to phpBB 3.1.x conversion
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue