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

[ticket/14349] Suppress output due to duplicate definition in installer

PHPBB3-14349
This commit is contained in:
Marc Alexander
2015-12-08 22:14:25 +01:00
parent d99927d3a6
commit 2d3e340f19
2 changed files with 3 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ if (php_sapi_name() !== 'cli')
define('IN_PHPBB', true);
define('IN_INSTALL', true);
define('PHPBB_ENVIRONMENT', 'production');
define('PHPBB_VERSION', '3.2.0-a2-dev');
$phpbb_root_path = __DIR__ . '/../';
$phpEx = substr(strrchr(__FILE__, '.'), 1);