mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-06 22:45:02 +02:00
erm, yeah
git-svn-id: file:///svn/phpbb/trunk@8721 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9047c986da
commit
96948b010c
@ -21,8 +21,9 @@
|
|||||||
die("Please read the first lines of this script for instructions on how to enable it");
|
die("Please read the first lines of this script for instructions on how to enable it");
|
||||||
|
|
||||||
define('IN_PHPBB', true);
|
define('IN_PHPBB', true);
|
||||||
$phpEx = substr(strrchr(__FILE__, '.'), 1);
|
define('PHPBB_ROOT_PATH', './../');
|
||||||
include($phpbb_root_path . 'common.' . $phpEx);
|
define('PHP_EXT', substr(strrchr(__FILE__, '.'), 1));
|
||||||
|
include(PHPBB_ROOT_PATH . 'common.' . PHP_EXT);
|
||||||
|
|
||||||
$prefix = $table_prefix;
|
$prefix = $table_prefix;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user