1
0
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:
Andreas Fischer 2013-11-05 19:10:33 +01:00
parent 743a0560c3
commit 6bd2a89efc

View File

@ -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);