mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[ticket/10614] Make script accessible from anywhere
PHPBB3-10614
This commit is contained in:
parent
9e15d83022
commit
b222030ca7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue