diff options
| author | MateBartus <mate.bartus@gmail.com> | 2015-04-28 15:49:07 +0200 |
|---|---|---|
| committer | Mate Bartus <mate.bartus@gmail.com> | 2015-07-08 01:27:55 +0200 |
| commit | 5afc632bcaee256811942b442d244ef284d1eff6 (patch) | |
| tree | 068671824457ac2beb367b10727a4dba71d29442 /phpBB/common.php | |
| parent | 14e8f712ae0278afff2a750b707dfd66f6e13182 (diff) | |
| download | forums-5afc632bcaee256811942b442d244ef284d1eff6.tar forums-5afc632bcaee256811942b442d244ef284d1eff6.tar.gz forums-5afc632bcaee256811942b442d244ef284d1eff6.tar.bz2 forums-5afc632bcaee256811942b442d244ef284d1eff6.tar.xz forums-5afc632bcaee256811942b442d244ef284d1eff6.zip | |
[ticket/13740] Core file workarounds
[ci skip]
PHPBB3-13740
Diffstat (limited to 'phpBB/common.php')
| -rw-r--r-- | phpBB/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 0b898d9553..38761cfadc 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -52,7 +52,7 @@ if (!defined('PHPBB_INSTALLED')) } // $phpbb_root_path accounts for redirects from e.g. /adm - $script_path = trim(dirname($script_name)) . '/' . $phpbb_root_path . 'install/index.' . $phpEx; + $script_path = trim(dirname($script_name)) . '/' . $phpbb_root_path . 'install/app.' . $phpEx; // Replace any number of consecutive backslashes and/or slashes with a single slash // (could happen on some proxy setups and/or Windows servers) $script_path = preg_replace('#[\\\\/]{2,}#', '/', $script_path); |
