mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-13 04:13:29 +02:00
[ticket/11998] Move application file to bin/phpbbcli.php
PHPBB3-11998
This commit is contained in:
parent
743a0560c3
commit
6bd2a89efc
@ -16,7 +16,7 @@ if (php_sapi_name() != 'cli')
|
||||
}
|
||||
|
||||
define('IN_PHPBB', true);
|
||||
$phpbb_root_path = __DIR__ . '/';
|
||||
$phpbb_root_path = __DIR__ . '/../';
|
||||
$phpEx = substr(strrchr(__FILE__, '.'), 1);
|
||||
require($phpbb_root_path . 'includes/startup.' . $phpEx);
|
||||
require($phpbb_root_path . 'config.' . $phpEx);
|
Loading…
x
Reference in New Issue
Block a user