mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/11825] Move schema_data.php into includes/ instead of phpbb/
PHPBB3-11825
This commit is contained in:
@@ -20,7 +20,7 @@ if (!is_writable($schema_path))
|
||||
|
||||
define('IN_PHPBB', true);
|
||||
|
||||
require(dirname(__FILE__) . '/../phpbb/db/schema_data.php');
|
||||
require(dirname(__FILE__) . '/../includes/db/schema_data.php');
|
||||
require(dirname(__FILE__) . '/../phpbb/db/tools.php');
|
||||
|
||||
$dbms_type_map = phpbb_db_tools::get_dbms_type_map();
|
||||
|
Reference in New Issue
Block a user