mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 04:48:53 +00:00
Earlier the script would incorrectly remove the word "install" from the script_path when trying to remove the last folder in the path named "/install". This would lead to issues when the path you are installing phpBB contained "install". For example "/install_test/install" would become "/_test". This change gets the parent folder instead of replacing all "install". $name contains /install_test/install/index.php from start and running dirname() gives /install_test/install. Running dirname once more gives the parent folder of install, /install_test. PHPBB3-11536 |
||
---|---|---|
.. | ||
convertors | ||
data | ||
schemas | ||
database_update.php | ||
index.php | ||
install_convert.php | ||
install_install.php | ||
install_main.php | ||
install_update.php | ||
phpinfo.php |