1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-17 22:28:46 +01:00

[ticket/10614] Make script accessible from anywhere

PHPBB3-10614
This commit is contained in:
Igor Wiedler 2012-02-09 01:02:00 +01:00
parent 9e15d83022
commit b222030ca7

View File

@ -9,7 +9,7 @@
define('IN_PHPBB', 1);
define('ANONYMOUS', 1);
$phpEx = substr(strrchr(__FILE__, '.'), 1);
$phpbb_root_path = './../';
$phpbb_root_path = __DIR__.'/../';
include($phpbb_root_path . 'common.'.$phpEx);