mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-04 05:25:01 +02:00
[feature/migrations] Move test.php -> install/database_update_migrations.php
This should be used as a basis for the database updater using migrations. PHPBB3-9737
This commit is contained in:
parent
d50500860f
commit
63780bda8d
@ -17,7 +17,7 @@ use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
|
||||
* @ignore
|
||||
*/
|
||||
define('IN_PHPBB', true);
|
||||
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './';
|
||||
$phpbb_root_path = (defined('PHPBB_ROOT_PATH')) ? PHPBB_ROOT_PATH : './../';
|
||||
$phpEx = substr(strrchr(__FILE__, '.'), 1);
|
||||
|
||||
require($phpbb_root_path . 'includes/startup.' . $phpEx);
|
Loading…
x
Reference in New Issue
Block a user